[READ-ONLY] Mirror of https://github.com/flo-bit/svleek. simple but beautiful documentation generator from markdown flo-bit.github.io/svleek/
documentation documentation-generator markdown svelte sveltekit tailwind
0

Configure Feed

Select the types of activity you want to include in your feed.

svleek / docs / svleek.config.json
325 B 10 lines
1{ 2 "title": "Svleek", 3 "subtitle": "Minimal, Beautiful, and Fast Documentation", 4 "image": "/screenshot.png", 5 "first_page": "/docs/introduction", 6 "button_label": "Read the docs!", 7 "base_url": "https://flo-bit.github.io/svleek", 8 "github": "https://github.com/flo-bit/svleek", 9 "accent": "emerald" 10}