mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fumadocs-mdx requires a YAML title in every .md file and does not support nested object entries in meta.json pages arrays — both were introduced by PR #3438 and broke the webpack build.
14 lines
173 B
JSON
14 lines
173 B
JSON
{
|
|
"pages": [
|
|
"getting-started",
|
|
"guides",
|
|
"architecture",
|
|
"reference",
|
|
"frameworks",
|
|
"routing",
|
|
"security",
|
|
"compression",
|
|
"ops"
|
|
]
|
|
}
|