Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tar xf $(pwd)/* && find $(pwd) -maxdepth 1 -type f -delete
helm install --generate-name --namespace <ENTER_NAMESPACE_HERE> ./*
```

You can customize the installation by adjusting the [configuration](../userguide/configure.md).
You can customize the installation by adjusting the [configuration](../../userguide/configure.md).

## Install with AWS Add-on

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tar xf $(pwd)/* && find $(pwd) -maxdepth 1 -type f -delete
helm install --generate-name --namespace <ENTER_NAMESPACE_HERE> ./*
```

你可以通过调整[配置](../userguide/configure.md)来自定义安装。
你可以通过调整[配置](../../userguide/configure.md)来自定义安装。

## 使用 AWS add-on 安装

Expand Down
6 changes: 5 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ module.exports = {
"installation/upgrade",
"installation/uninstall",
"installation/webui-installation",
"installation/aws-installation",
"installation/how-to-use-hami-dra",
"installation/how-to-use-volcano-vgpu",
"installation/how-to-use-volcano-ascend",
{
type: "category",
label: "Cloud Platforms",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new category label needs a zh entry in i18n/zh/.../current.json, sidebar.docs.category.Cloud Platforms, otherwise the zh sidebar shows english.

items: ["installation/platforms/aws"],
},
],
},
{
Expand Down