docs(installation): improve guides (#3817)

* split config descriptions

* install and configure

* custom domains

* typo

* remove comments

* try compose with secure crdb

* secure crdb with compose

* describe ExternalSecure restriction

* add near production example

* add login credentials

* fix configure compose

* make the docs more transparent

* name archive amd64

* Revert "name archive amd64"

This reverts commit 0d4dae551b.

* fix download url

* extract archives

* fix dawin download

* fix start zitadel commands

* add helm installation docs

* remove windows

* make downloaded files description friendlier

* link to github raw

* link login process

* remove healthcheck from compose

* remove compose healthchecks

* use --tlsMode external for lb example

* uname -i

* disable tls mode locally

* Update docs/docs/guides/installation/get-started/macos.mdx

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
Elio Bischof
2022-06-28 13:36:59 +02:00
committed by GitHub
parent fb0f29aa32
commit 6dd4af01bf
37 changed files with 754 additions and 187 deletions

View File

@@ -36,7 +36,18 @@ module.exports = {
],
guides: [
"guides/overview",
"guides/installation/installation",
{
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",