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

@@ -11,7 +11,7 @@ import Helm from './helm.mdx'
# Configure ZITADEL
This guide assumes you are already familiar with [running ZITADEL with the most minimal configuration possible](./get-started).
This guide assumes you are already familiar with [running ZITADEL with the most minimal configuration possible](./run).
## Configuration Files

View File

@@ -1,7 +1,7 @@
By default, the chart installs a secure ZITADEL and CockroachDB.
The example files makes an insecure ZITADEL accessible by port forwarding the ZITADEL service to localhost.
For more configuration options, [go to the chart repo descriptions](https://github.com/zitadel/zitadel-charts).
For a secure installation with Docker Compose, [go to the loadbalancing example](../loadbalancing-example/loadbalancing-example)
For a secure installation with Docker Compose, [go to the loadbalancing example](/docs/guides/installation/loadbalancing-example)
By executing the commands below, you will download the following files:
- [example-zitadel-values.yaml](./example-zitadel-values.yaml)

View File

@@ -5,9 +5,9 @@ This is the default IAM admin users login:
## What's next
For running a production grade ZITADEL instance in your environment, go on with the [configure ZITADEL](./configure) section.
For running a production grade ZITADEL instance in your environment, go on with the [configure ZITADEL](/docs/guides/installation/configure) section.
:::caution
<!-- TODO: Better mark the link in the UI -->
The ZITADEL management console [requires end-to-end HTTP/2 support](./http2-support)
The ZITADEL management console [requires end-to-end HTTP/2 support](/docs/guides/installation/http2-support)

View File

@@ -1,5 +1,5 @@
---
title: Get Started
title: Run
---
import Tabs from "@theme/Tabs";