Using a 'Hidden' route for linked files #2288
Unanswered
susan-pgedge
asked this question in
Q&A
Replies: 1 comment
-
So in case anyone else runs into this issue... you need to add a "title" tag for each page (just above the "display" tag, inside of the curly braces). Also, you should create a title_name.mdx file that lives alongside the hidden file in the repo that you're working in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation [https://nextra.site/docs/docs-theme/page-configuration], says that you can include the display:hidden tags to hide content in the sidebar. This feature is not working for me; does anyone have any advice/suggestions? I've used the syntax as written:
pages/_meta.json
{
"index": "My Homepage",
"contact": {
"display": "hidden"
},
"about": "About Us"
}
I'm trying to create a target folder for content that is exposed via links.
Beta Was this translation helpful? Give feedback.
All reactions