caos / site

A svelte doc page for all our solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A svelte doc page for all our solutions

License:MIT License


Languages

Language:Svelte 43.4%Language:JavaScript 32.2%Language:CSS 18.5%Language:HTML 3.4%Language:Shell 1.8%Language:Dockerfile 0.6%