nextra
nextra copied to clipboard
Simple, powerful and flexible site generation framework with everything you love from Next.js.
### Problem Currently, if someone wants to copy the codeblock contents they have to manually select the content and press Ctrl-c. This could be cumbersome to do if the codeblock...
Right now clicking a folder will just expand or collapse the folder in the sidebar. I feel like this should instead navigate to the first page within that folder. This...
As the title says. Thanks!
**Minimal sample:** [nextra-preact.zip](https://github.com/shuding/nextra/files/9183742/nextra-preact.zip) **Steps to reproduce:** ``` npm install npm start ``` **`package.json`:** ```json { "devDependencies": { "@prefresh/webpack": "latest", "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "eslint":...
macOS 12.3 ``` "next": "^12.1.6", "nextra": "^1.1.0", "nextra-theme-docs": "^1.2.6", ``` Hi, If dark theme is enabled in macOS system preferences, then you still have to manually enable dark mode on...
For [our docs](https://micro-stacks.dev/docs/overview) we have the option for folks to select which framework integration they want to use (react, svelte, etc). We have a special component that will render different...
the current image looks too different compared with how beauty is the project these days!
Since NextJS [automatically appends](https://nextjs.org/docs/api-reference/next.config.js/basepath#links) the `basePath` when linking to other pages this logic inside of flexsearch [here](https://github.com/shuding/nextra/blob/core/packages/nextra-theme-docs/src/flexsearch.js#L36) ```jsx ``` causes the `basePath` to be added again. Thus resulting in something...