zitadel/docs
SwitchUpCB 7c79120443
docs: update configure.mdx (#5419)
* docs: update configure.mdx

fix spelling
stylistic improvements
code block consistency

* add additional changes

natural phrases

* address suggestion r1132148559

improve clarity

---------

Co-authored-by: Florian Forster <florian@zitadel.com>
2023-03-15 21:36:00 +00:00
..
docs docs: update configure.mdx (#5419) 2023-03-15 21:36:00 +00:00
src docs: links in readme and banner (#5390) 2023-03-07 15:31:05 +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: proposal restructure (#5318) 2023-03-07 09:33:13 +02: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