zitadel/docs
mffap 4baa503fcc
docs(metrics): fix typos (#5504)
* docs(metrics): fix typos

* tone
2023-03-20 12:44:04 +01:00
..
docs docs(metrics): fix typos (#5504) 2023-03-20 12:44:04 +01:00
src docs: fix urls on homepage (#5501) 2023-03-20 09:11:15 +01: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: proposal restructure (#5318) 2023-03-07 09:33:13 +02: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 chore: fix vercel 404 (#5212) 2023-02-13 21:47:42 +02:00
yarn.lock docs: change quickstart guide (#5343) 2023-03-03 15:10:34 +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

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