docs: update documentation for Halo 2.0.0 (#125)

为 Halo 2.0 正式版更新文档。

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2022-12-01 09:33:51 +08:00
committed by GitHub
parent 779e584dbd
commit 89fb87557c
15 changed files with 326 additions and 1242 deletions

View File

@@ -32,9 +32,14 @@ module.exports = {
type: "generated-index",
},
items: [
// "getting-started/install/linux",
"getting-started/install/docker",
"getting-started/install/docker-compose",
"getting-started/install/docker",
{
type: "category",
label: "其他指南",
items: ["getting-started/install/other/oneinstack"],
},
"getting-started/install/third-party",
],
},
"getting-started/migrate-from-1.x",