Files
OmniRoute/docs/meta.json
diegosouzapw 2441a4f441 fix(docs): add ACP.md frontmatter and flatten docs/meta.json pages format
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.
2026-06-09 02:48:41 -03:00

14 lines
173 B
JSON

{
"pages": [
"getting-started",
"guides",
"architecture",
"reference",
"frameworks",
"routing",
"security",
"compression",
"ops"
]
}