zitadel/site
2021-04-12 13:19:42 +02:00
..
cypress feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
docs chore: guide identity brokering (#1565) 2021-04-12 10:58:53 +02:00
guides chore: guide identity brokering (#1565) 2021-04-12 10:58:53 +02:00
quickstarts docs: update to current state (#1556) 2021-04-08 12:35:33 +02:00
src docs: update site component to edit main branch (#1577) 2021-04-12 13:19:42 +02:00
static chore: guide identity brokering (#1565) 2021-04-12 10:58:53 +02:00
.gitignore feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
appveyor.yml feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
config.js fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
CONTRIBUTING.md chore(documentation): documentation and manuals for ZITADEL (#710) 2020-10-16 14:13:02 +02:00
cypress.json feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
docker-compose.yml chore: docker site gen for docs, update npm base image, fix chrome in docs page, jwt profile (#1019) 2020-12-01 16:35:58 +01:00
dockerfile docs: update to current state (#1556) 2021-04-08 12:35:33 +02:00
package-lock.json docs: update to current state (#1556) 2021-04-08 12:35:33 +02:00
package.json docs: update to current state (#1556) 2021-04-08 12:35:33 +02:00
README.md chore(workflow): run docs on any branch (#1580) 2021-04-12 13:15:17 +02:00
rollup.config.js fix: merge master (#1306) 2021-02-18 13:41:55 +01:00

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 folderFolder 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).