mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:57:32 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user