An open API service indexing awesome lists of open source software.

https://github.com/pablolion/zzz-test-nextra-356-src-test

Testing https://github.com/shuding/nextra/issues/356
https://github.com/pablolion/zzz-test-nextra-356-src-test

Last synced: about 1 year ago
JSON representation

Testing https://github.com/shuding/nextra/issues/356

Awesome Lists containing this project

README

          

# zzz-test-nextra-356-src-test

Testing [shuding/nextra#356](https://github.com/shuding/nextra/issues/356)

## Feedback

- In repro (6.) and (7.), with `beta.10` and `beta.9` respectively, and "src/pages/", the layout like header and sidebar is missing.
- In repro (6.) and (7.), with `beta.10` and `beta.9` respectively, and "src/pages/", the markdown (`.md`) files can be rendered correctly.

## Repro

1. `pnpm create next-app`
2. `pnpm add next nextra react react-dom nextra-theme-docs`
3. `pnpm add @mdx-js/loader typescript webpack` (cannot run with some simple examples. I didn't install `nextra-theme-docs`)
4. move "pages/" to "src/pages/"
5. `pnpm add nextra@2.0.0-beta.10 nextra-theme-docs@2.0.0-beta.10` [commit 00efc72](https://github.com/PabloLION/zzz-test-nextra-356-src-test/commit/00efc72fdba144e48b402949abafcdd500eb63c6)
6. move "pages/" back from "src/pages/" (no layout like header and sidebar)
7. downgrade to beta9 `pnpm add nextra@2.0.0-beta.9 nextra-theme-docs@2.0.0-beta.9` (no layout like header and sidebar). No commit for this step.
8. downgrade to stable version `pnpm add nextra@latest nextra-theme-docs@latest`, the sidebar is back.
9. go back to stop 5 as it's the test result
10. test `nextra-theme-blog` theme for [another issue](https://github.com/shuding/nextra/issues/597). `pnpm add nextra-theme-blog@2.0.0-beta.10`
11. revert to step 9 as it's the test result.