zitadel/docs
Florian Forster 3c3bce1a6b
docs: improve documentation for v2 release (#4046)
* WIP: docs(proxy): describe proxy settings

* fix nginx

* refactor (docs): deploy and operate sections

* chore: ignore package-lock since we use yarn

* chore: update to rc1

* chore: broken links

* chore: update yarn

* docs: move disclaimer to bottom

* chore: fix broken links

* Update docs/docs/guides/operate/tls_modes.mdx

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>

* test caddy files

* syntax highlight

* traefik example

* refactor: docs

* refactor

* working state

* got a working state

* remove bar

* mark rate limits for update

* remove zitadel.ch

* fix cases

* docs: zitadel quickstart

* docs: zitadel quickstart

* docs: create app and project

* docs: move customer portal docs to guides manage cloud

* docs: move customer portal docs to guides manage cloud

* docs: move customer portal docs to guides manage cloud

* docs: add help me choose in the quickstart

* docs: broken links

* fix broken links

* Update knative guide

* styling

* docs: support customer portal

* update to main instead v2-alpha

* use version 2 tag

* docs: images

* docs: move authentication and authorization guides to integrate

* docs: quickstart use examples

* docs: lb example

* fix broken link

* docs: update userinfo endpoints

* docs: update userinfo endpoints

* fix oidc endpoint

* docs: remove unused endpoints in app.module

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-07-29 10:13:45 +02:00
..
docs docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
src docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
static docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
.gitignore docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
babel.config.js docs: rework documentation site (#1589) 2021-04-15 13:22:37 +02:00
docusaurus.config.js docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
netlify.toml chore: make docs searchable (#3734) 2022-05-30 14:51:45 +00:00
package.json docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
README.md docs: allow privacy friendly analytics in docs page and set hsts (#3006) 2022-01-18 09:04:48 +01:00
sidebars.js docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00
yarn.lock docs: improve documentation for v2 release (#4046) 2022-07-29 10:13:45 +02:00

Netlify Status

Website

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

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Each PR will be automatically built with a preview link from cloudflare pages. Visit the checks / comments on the PR for the link.