Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 1, 2024
1 parent 072a5a2 commit ac761de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/development/environment/k8s-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ By installing Minikube, you will also install `kubectl`, the Kubernetes command-

OJ Lab use Helm Chart to manage Kubernetes resources.
You may easily get a runnable OJ Lab cluster by using Helm.
The Chart is available in the [oj-lab-helm](https://github.com/OJ-lab/oj-lab-helm) repository.
The Chart is available in the [oj-lab-helm](https://github.com/oj-lab/oj-lab-helm) repository.

Helm is a package manager for Kubernetes that helps you define, install, and upgrade even the most complex Kubernetes applications.
Follow the [Helm Installation Guide](https://helm.sh/docs/intro/install/) to install Helm on your machine.
Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "OJ-lab", // Usually your GitHub org/user name.
organizationName: "oj-lab", // Usually your GitHub org/user name.
projectName: "oj-lab-docusaurus", // Usually your repo name.

onBrokenLinks: "throw",
Expand Down Expand Up @@ -51,11 +51,11 @@ const config = {
({
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/OJ-lab/docusaurus/tree/main",
editUrl: "https://github.com/oj-lab/docusaurus/tree/main",
},
blog: {
showReadingTime: true,
editUrl: "https://github.com/OJ-lab/docusaurus/tree/main",
editUrl: "https://github.com/oj-lab/docusaurus/tree/main",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down Expand Up @@ -94,7 +94,7 @@ const config = {
label: "Docusaurus",
},
{
href: "https://github.com/OJ-lab/docusaurus",
href: "https://github.com/oj-lab/docusaurus",
label: "GitHub",
position: "right",
},
Expand Down Expand Up @@ -138,7 +138,7 @@ const config = {
},
{
label: "GitHub",
href: "https://github.com/OJ-lab/docusaurus",
href: "https://github.com/oj-lab/docusaurus",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-CN/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"link.item.label.GitHub": {
"message": "GitHub",
"description": "The label of footer link with label=GitHub linking to https://github.com/OJ-lab/docusaurus"
"description": "The label of footer link with label=GitHub linking to https://github.com/oj-lab/docusaurus"
},
"copyright": {
"message": "Copyright © 2023 OJ Lab, Inc. Built with Docusaurus.",
Expand Down

0 comments on commit ac761de

Please sign in to comment.