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

only use mdx

+1 -1
+1 -1
src/content.config.ts
··· 11 11 12 12 const docs = defineCollection({ 13 13 loader: glob({ 14 - pattern: ["docs/**/[^_]*.{md,mdx}", "*([Rr][Ee][Aa][Dd][Mm][Ee]).{md,mdx}"], 14 + pattern: ["docs/**/[^_]*.mdx", "*([Rr][Ee][Aa][Dd][Mm][Ee]).mdx"], 15 15 base: "../", 16 16 }), 17 17 // Type-check frontmatter using a schema