zitadel/site
Fabi 78c0cf2f57
fix: add and verified projectID in audience (#957)
* feat: new scope for project id in aud

* feat: add doc

* feat: projectid endpoint

* feat: remove handle Proejct id

* fix: remove go.mod replace

* fix: add project id to aud

* fix: update oidc version

* fix: change project id scope

* update projectID scope to current usage

* typo: ZITADEL uppercase

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-11-16 10:54:48 +01:00
..
cypress feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02:00
docs fix: add and verified projectID in audience (#957) 2020-11-16 10:54:48 +01:00
src docs(site): i18n handler, prettier code blocks and highlighting (#951) 2020-11-11 16:12:09 +01:00
static docs(site): i18n handler, prettier code blocks and highlighting (#951) 2020-11-11 16:12:09 +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 feat(documentation): svelte app as document generator (#566) 2020-08-11 09:53:09 +02: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
package-lock.json docs(site): downgrade sirv, commonjs plugin, preserve rollup signatures, minor seo tweak (#950) 2020-11-11 11:50:38 +01:00
package.json docs(site): downgrade sirv, commonjs plugin, preserve rollup signatures, minor seo tweak (#950) 2020-11-11 11:50:38 +01:00
README.md chore: spell check automation and spellcheck (#889) 2020-10-26 13:54:29 +01:00
rollup.config.js docs(site): downgrade sirv, commonjs plugin, preserve rollup signatures, minor seo tweak (#950) 2020-11-11 11:50:38 +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

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