mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 19:44:21 +00:00
ef9d6fe812
* initial structure * change structure * change structure * example values * remove uneeded package lock * remove uneeded files append Load Testing * docs(legal): adds legal section * adds infobox for DE * adds darft privacy policy * updates reviewed privacy policy * fixes table * adds DPA * removes edit link * starts TOS * replaces ASCI chars with utf8 * fix: dpa, sla update from review * apply review of privacy policy * futher changes from review * updates TOS * update sidebar * updates rate limit policy * changes to intro * updates intros w link to agreement * Check files with MD Lint * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> * apply review privacy policy Co-authored-by: Florian Forster <florian@caos.ch> * changes effective dates Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florianÂ@caos.ch> |
||
---|---|---|
.. | ||
docs | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js | ||
yarn.lock |
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 automaticly built with a preview link from cloudflare pages. Visit the checks / comments on the PR for the link.