zitadel/docs
TG a8bfcc166e
docs: Fix typo in ratelimits (#5531)
Update ratelimits.md

Fixed typo

Co-authored-by: Florian Forster <florian@zitadel.com>
2023-03-24 14:18:34 +00:00
..
docs docs: Fix typo in ratelimits (#5531) 2023-03-24 14:18:34 +00:00
src docs(playground): save to clipboard (#5488) 2023-03-22 07:19:19 +00:00
static docs(manage): update instance settings (#5421) 2023-03-15 07:09:07 +00:00
.gitignore docs: improve api docs (#5158) 2023-02-23 18:08:06 +07: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 docs: proposal restructure (#5318) 2023-03-07 09:33:13 +02:00
nginx.conf docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
package.json docs(playground): save to clipboard (#5488) 2023-03-22 07:19:19 +00:00
README.md docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
sidebars.js docs: update security policies (#5452) 2023-03-16 08:52:12 +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 docs(playground): save to clipboard (#5488) 2023-03-22 07:19:19 +00:00
yarn.lock docs(playground): save to clipboard (#5488) 2023-03-22 07:19:19 +00:00

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

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