alpha
Login
or
Join now
flo-bit.dev
/
tiny-docs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
only use mdx
author
Florian
date
9 months ago
(Oct 27, 2025, 7:35 PM +0100)
commit
97cd6d00
97cd6d00b9b88b5a876f7c9c309c17b2b2750475
parent
9c2e6520
9c2e65206d65682b163e3b722bcb99c559321de2
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
content.config.ts
+1
-1
src/content.config.ts
View file
Reviewed
···
11
11
12
12
const docs = defineCollection({
13
13
loader: glob({
14
14
-
pattern: ["docs/**/[^_]*.{md,mdx}", "*([Rr][Ee][Aa][Dd][Mm][Ee]).{md,mdx}"],
14
14
+
pattern: ["docs/**/[^_]*.mdx", "*([Rr][Ee][Aa][Dd][Mm][Ee]).mdx"],
15
15
base: "../",
16
16
}),
17
17
// Type-check frontmatter using a schema