mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
1fc4034373
* create search field * search trigger, show field on interaction * update deps, fix emitter * crop out html, filtered search, i18h, layout * i18n * catch crtl f * create combindes result store * fix search query, remove store * fixed search on side * fix preload * improve mobile layout, assets * layout optimisations * header * doc nav bar, mobile, new dashboard * toolbar * fix modal * z-index issue, header * hl param * fix lang switch, nav * home, sub section, 18n, layout, assets * develope, docs sublinks * update home, mobile first * fix language switcher * add home seo * fix flex search, dashboard * seo embed, fix docs dropdown * mouse navigation in search * jsonld * seo * fix link * rm section if none * rm unused segment * update lock * remove combined slug * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> |
||
---|---|---|
.. | ||
cypress | ||
docs | ||
src | ||
static | ||
.gitignore | ||
appveyor.yml | ||
config.js | ||
CONTRIBUTING.md | ||
cypress.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
rollup.config.js |
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
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).