mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
docs: installation (#3646)
* improve compose * docs: installation v2 * ZITADEL_EXTERNALSECURE=true is sane * Update docs/docs/guides/installation/configuration.mdx * docs: download binaries from command line * docs: better config description * fixes * default instance * default user credentials Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = {
|
||||
],
|
||||
guides: [
|
||||
"guides/overview",
|
||||
"guides/installation/installation",
|
||||
{
|
||||
type: "category",
|
||||
label: "Get to know ZITADEL",
|
||||
@@ -93,43 +94,6 @@ module.exports = {
|
||||
collapsed: false,
|
||||
items: ["guides/customization/branding", "guides/customization/texts"],
|
||||
},
|
||||
|
||||
{
|
||||
type: "category",
|
||||
label: "Installation",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "CAOS Managed",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"guides/installation/shared-cloud",
|
||||
"guides/installation/managed-dedicated-instance",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "CAOS Service Packages",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"guides/installation/setup",
|
||||
"guides/installation/setup-orbos",
|
||||
"guides/installation/checkup",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Self Managed",
|
||||
collapsed: true,
|
||||
items: [
|
||||
"guides/installation/crd",
|
||||
"guides/installation/gitops",
|
||||
"guides/installation/orbos",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Trainings",
|
||||
|
Reference in New Issue
Block a user