[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
348 B 11 lines
1{ 2 "SITE_NAME": "Tiny Docs", 3 "SITE_DESCRIPTION": "Quick to setup, simple, minimalistic docs for your GitHub project.", 4 "BASE": "", 5 "SEARCH_ENABLED": true, 6 "SHOW_THEME_TOGGLE": true, 7 "BASE_COLOR": "zinc", 8 "ACCENT_COLOR": "emerald", 9 "GITHUB_URL": "https://github.com/flo-bit/tiny-docs", 10 "REPLACE_README_WITH_TITLE": "Introduction" 11}