docs(installation): fix overview items (#3880)

* docs(installation): fix overview items

* installation after getting started

* fix broken links

* fix broken links

* fix broken link
This commit is contained in:
Elio Bischof
2022-06-30 16:06:01 +02:00
committed by GitHub
parent 1cc09a85f0
commit f3d9c45174
17 changed files with 43 additions and 31 deletions

View File

@@ -36,18 +36,6 @@ module.exports = {
],
guides: [
"guides/overview",
{
type: "category",
label: "Install ZITADEL",
collapsed: false,
items: [
"guides/installation/get-started/get-started",
"guides/installation/configure/configure",
"guides/installation/custom-domain",
"guides/installation/http2-support",
"guides/installation/loadbalancing-example/loadbalancing-example",
],
},
{
type: "category",
label: "Get to know ZITADEL",
@@ -60,6 +48,18 @@ module.exports = {
"guides/basics/applications",
],
},
{
type: "category",
label: "Install ZITADEL",
collapsed: false,
items: [
"guides/installation/run/run",
"guides/installation/configure/configure",
"guides/installation/custom-domain",
"guides/installation/http2-support",
"guides/installation/loadbalancing-example/loadbalancing-example",
],
},
{
type: "category",
label: "Integrations",