Sidebar pages name #827
-
Is there any way to change the name of a page in the sidebar? As of now, the name of pages is based on the frontmatter of the page. For example, I want the name of a page to be "Introduction" in the sidebar, but the frontmatter title of the page is different. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can add another frontmatter property, like |
Beta Was this translation helpful? Give feedback.
-
Can't we do like this? This would be more convenient way? {
"title": "Name of Folder",
"pages": ["guide", "components"]
} something like {
"title": "Name of Folder",
"pages": [{
"guide": "Guide",
"components": "Components",
}]
} |
Beta Was this translation helpful? Give feedback.
you can too, but the public docs no longer list it: https://fumadocs-4wsin8ko7-sonmoosans-projects.vercel.app/docs/mdx/validation#example