Replies: 6 comments 2 replies
-
Can you share how you managed to get your dynamic pages appear in the navigation? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Also looking for this, the pages are generated and kind of work, but no navigation or search. |
Beta Was this translation helpful? Give feedback.
-
Same here, navigation fails |
Beta Was this translation helpful? Give feedback.
-
It seems that dynamic folders get filtered out https://github.com/shuding/nextra/blob/main/packages/nextra/src/plugin.ts#L87-L89 . It would be great if we could use the pages that get created with |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in this, I want to generate pages for frontmatter tags that I add to docs. Showing these in the navigation would be super nice. |
Beta Was this translation helpful? Give feedback.
-
I wrote this tutorial: contains an example using both server-side and dynamic routing in Nextra. Hope it helps |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create static pages using getStaticPaths and getStaticProps. The pages are being built just fine, but the navigation is not picking up the dynamic pages, and shows [id] in the navigation instead of each path. Is there a way to hide the [id] and get the navigation to use the paths created from getStaticPaths?
Beta Was this translation helpful? Give feedback.
All reactions