[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

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

tiny-docs / tdocs.config.json
334 B 10 lines
1{ 2 "SITE_NAME": "Tiny Docs", 3 "SITE_DESCRIPTION": "Quick to setup, simple, minimalistic docs for your GitHub project.", 4 "SEARCH_ENABLED": true, 5 "SHOW_THEME_TOGGLE": true, 6 "BASE_COLOR": "zinc", 7 "ACCENT_COLOR": "emerald", 8 "GITHUB_URL": "https://github.com/flo-bit/tiny-docs", 9 "REPLACE_README_WITH_TITLE": "Introduction" 10}