mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
dd9f1d3c17
* chore(workflow): run docs on any branch * Update README.md
1.1 KiB
1.1 KiB
Getting started
CAOS Site is a github action that generates a static page out of markdown files. It uses marked.js in combination with highlight.js to compile and style markdown.
The documentation is built according to the structure of a docs folder
Folder located at root of the targeted repository.
Running locally
You can simply run the static site by using the docker-compose command below.
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -f site/docker-compose.yml up --build
Building locally
You can simply run the static site by using the docker-compose command below.
DOCKER_BUILDKIT=1 docker build -f site/dockerfile . -t zitadel:docs -o docs
Honorable Mentions
This project was created with the help of some components from svelte(MIT) as well as site-kit(MIT).