zitadel/docs
Elio Bischof e0a5f8661d
feat: improve UX for external configuration (#6861)
* docs: simplify traefik external tls

* remove pass host header

* docs: simplify and fix nginx external tls

* fix: readiness with enabled tls

* improve proxy docs

* improve proxy docs

* fix(ready): don't verify server cert

* complete nginx docs

* cleanup

* complete traefik docs

* add caddy docs

* simplify traefik

* standardize

* fix caddy

* add httpd docs

* improve external config docs

* guiding error message

* docs(defaults.yaml): remove misleading comments

* guiding error message cs and ru

* improve proxy testability

* fix compose up command

* improve commands

* fix nginx tls disabled

* fix nginx tls enabled

* fix: serve gateway when tls is enabled

* fmt caddy files

* fix caddy enabled tls

* remove not-working commands

* review

* fix checks

* fix link

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-11-09 11:30:15 +01:00
..
apis/assets ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
docs feat: improve UX for external configuration (#6861) 2023-11-09 11:30:15 +01:00
src docs: fix broken links (#5959) 2023-06-01 06:58:14 +02:00
static docs(guides): update development mode for console guide (#6799) 2023-10-25 18:15:42 +00:00
.gitignore docs: copy config options to docs (#6143) 2023-08-07 22:32:10 +02:00
babel.config.js docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
buf.gen.yaml docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
Dockerfile docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
docusaurus.config.js feat(api): move resource apis to beta (#6530) 2023-09-13 12:43:01 +00:00
nginx.conf docs(nginx): fix nginx directory, system api proto description (#5809) 2023-05-15 07:23:56 +00:00
package.json chore(docs): downgrade react (#6374) 2023-08-16 08:44:16 +00:00
README.md docs: identity provider docs (#5565) 2023-04-12 09:42:40 +02:00
sidebars.js feat: improve UX for external configuration (#6861) 2023-11-09 11:30:15 +01:00
tailwind.config.js docs: add tailwindcss for styles, oidc authorize endpoint playground (#4707) 2022-12-05 18:36:12 +01:00
vercel.json chore: redirect api path (#6232) 2023-07-19 00:15:41 +02:00
yarn.lock docs: Added the device authorization example. (#6598) 2023-09-22 08:21:38 +05:30

ZITADEL-Docs

This website is built using Docusaurus 2, a modern static website generator.

Add new Sites to existing Topics

To add a new site to the already existing structure simply save the md file into the corresponding folder and append the sites id int the file sidebars.js.

Installation

yarn install

Generate

yarn generate

Local Development

yarn start

Container Image

If you just want to start docusaurus locally without installing node you can fallback to our container image. Execute the following commands from the repository root to build and start a local version of ZITADEL

docker build -f docs/Dockerfile . -t zitadel-docs
docker run -p 8080:8080 zitadel-docs