-
How can I set up pages the correct way?I try to read docs but I can't find the exact solution. : ( here I provide my {
"root": true,
"pages": [
"---Getting Started---",
"index",
"comparisons",
"...",
"---Components---",
"...components",
"---Others---",
"[Github](https://github.com/ruru-m07/ruru-ui/)"
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
fuma-nama
Jul 14, 2024
Replies: 1 comment 1 reply
-
Hmm could you elaborate more? If you only want to order the pages in the same way you've painted on the picture, it's also documented here: https://fumadocs.vercel.app/docs/headless/page-conventions#meta |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ruru-m07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm could you elaborate more? If you only want to order the pages in the same way you've painted on the picture, it's also documented here: https://fumadocs.vercel.app/docs/headless/page-conventions#meta
Add the name of page to
pages
and it should be ordered as you want