nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Simple, powerful and flexible site generation framework with everything you love from Next.js.

Results 475 nextra issues
Sort by recently updated
recently updated
newest added

Would it make sense to allow similar structure as in nextra-theme-docs? Rather than - posts (multiple articles) - index.md - blog1.md - readings.md (single page) - about.md (single page) Maybe...

Hi @shuding, thanks for your work! Similar to #400, my build does not work in Vercel. I'm running both nextra and theme-docs on `2.0.0-alpha.43` Package manager: `yarn 1.22.17` ``` "dependencies":...

The ability to augment the main body of content with aside content in an adjacent column. Ideally with some way to write this (in markdown or similar) so that the...

Noticed the bug on https://docs.react2025.com, the sidebar scroll position isn't stable.

bug

The SWR site example specifies `redirects` in `next.config.js` but these don't appear to be working. I'm actually looking for guidance on how to configure those redirects, myself. Ex: `/docs` is...

bug

This is mdx document This is md document Repo: https://github.com/gridaco/grida.co - (Now using docusaurus)

Hi, when setting `docsRepositoryBase` with a self-hosted github enterprise version its throwing the error: ``` Invalid `docsRepositoryBase` URL! ``` After some investigation its coming from the `parse-git-url` package that does...

in theme.config.js ``` logo: ( Nextra The Next.js Static Site Generator ), ``` Span class of "hidden" (Line 7 and 8 to be exact) hides the site name and slogan...

All markdown headers are being added instead of just the H2s. https://github.com/shuding/nextra/blob/1adf1c7db8ecdda2c6e1f0a2079ea139d76e09ea/packages/nextra-theme-docs/src/misc/theme.js#L59-L72

I wasn't able to override the system theme with some script and figured this would be a good way to force it if you want light or dark. Currently, it...