[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 / config.ts
129 B 5 lines
1import type { Config } from "./config.type"; 2 3declare const __PUBLIC_CONFIG__: Config; 4 5export const config = __PUBLIC_CONFIG__;