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
config
author
Florian
date
9 months ago
(Oct 26, 2025, 9:34 PM +0100)
commit
7d70263d
7d70263d6b575a596bb118d3a57d9f34c2b3fabd
parent
0d6fce64
0d6fce64daa6c0003697191aab215c962b5605a2
+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}", "README.md"],
14
14
+
pattern: ["docs/**/[^_]*.{md,mdx}", "*([Rr][Ee][Aa][Dd][Mm][Ee]).{md,mdx}"],
15
15
base: "../",
16
16
}),
17
17
// Type-check frontmatter using a schema