Replies: 2 comments
-
I think what you're doing is similar to what I'm doing for my personal site lacymorrow.com (home/contact pages), here's my meta: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@clemwo Have you considered exporting the page as a component and using it in the mdx? I was a bit confused why the MDX didn't have the sidebar so I came here but just ended up doing this, where SwaggerUI is my "page".
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I dream of the following:
I want to create custom react pages that uses the same layout as the .mdx pages.
What I would like to do is the following:
custom.tsx
that is a normal react pagecustom.tsx
imports the Layout from nextra so displays sidebar, header, footer and so oncustom.tsx
in the sidebarWhy do I want to do this?
I want to use nextra for my personal home page so I can write markdown files for my personal projects.
But I would also like to host small games, tools and applications on my homepage and have the same sidebar and so on.
Is that possible with nextra? I couldn't find anything. I have also checked out Astro Starlight and Docusaurus but nothing fits me perfectly
Beta Was this translation helpful? Give feedback.
All reactions