mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
2c517d6278
* check in full site application * rm unused assets components * change base css * i18n * new doc workflow * fix crosslink to doc in github * nav, console link, assets, console brand * edit configjs server * rm go struct references * cleanup input output bindings * working dir * export path * always trigger * rel paths * cname * rev workdir * fix fallbacklanguage, home on large screens * remove mit from site
832 B
832 B
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 documentiation is built according to the structure of a docs folder
Folder located at root of the targeted repository.
Running locally
Set up the project:
npm i
Start the server with npm run dev
, and navigate to localhost:3000.
Honorable Mentions
This project was created with the help of some components from svelte(MIT) as well as site-kit(MIT).