zitadel/docs
mffap 4389a32d9d
docs: verified email (#5330)
* docs: verified email

* docs: email verified in api docs of import human user

---------

Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2023-03-02 09:29:36 +01:00
..
docs docs: verified email (#5330) 2023-03-02 09:29:36 +01:00
src docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
static docs: replace meta tag image (#5028) 2023-02-17 11:48:37 +01: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: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
nginx.conf docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
package.json docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
README.md docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
sidebars.js docs: improve api docs (#5158) 2023-02-23 18:08:06 +07: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: fix vercel 404 (#5212) 2023-02-13 21:47:42 +02:00
yarn.lock docs: improve api docs (#5158) 2023-02-23 18:08:06 +07: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