Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to programmatically fill the steps page with headings depending on the user. Take this example:
I want to achieve this result:
Is there some way to do this using SSR & the examples in the Nextra docs? Do I have to modify the Nextra component somehow? The best idea I can think of is to use the source components in the theme
nextra/nextra-theme-docs/mdx-components
but they aren't exported, as far as I can tell.Beta Was this translation helpful? Give feedback.
All reactions