zitadel/site
Livio Amstutz 3487a7a713
chore: rename master to main (#1550)
* chore: rename master to main

* docs
2021-04-07 16:07:15 +02:00
..
cypress feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
docs chore: rename master to main (#1550) 2021-04-07 16:07:15 +02:00
quickstarts fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
src fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
static fix: merge master (#1306) 2021-02-18 13:41:55 +01: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 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
package-lock.json fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
package.json fix: merge master (#1306) 2021-02-18 13:41:55 +01:00
README.md 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
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).