mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +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:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Get Started
|
||||
title: Run
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
Reference in New Issue
Block a user