mffap 60171f8e2b
docs(oidc): device auth grant supported, typo (#6380)
doc(oidc): device auth grant supported, typo

Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
(cherry picked from commit f5f9b39fdf96be74033059443760a39f214b786b)
2023-08-18 11:23:06 +02:00
..
2023-06-01 06:58:14 +02:00
2023-02-23 18:08:06 +07:00
2023-02-23 18:08:06 +07:00
2023-02-23 18:08:06 +07:00
2023-04-12 09:42:40 +02:00
2023-07-19 00:15:41 +02:00
2023-08-16 08:44:16 +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

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