It'd be nice to integrate Nextra with an existing NextJS project #93
Replies: 4 comments 5 replies
|
Hi, I can't implementation nextra with productive app with next. |
|
Next.js recommends to just use a different next.js app for that and then add rewrites https://nextjs.org/docs/advanced-features/multi-zones |
|
I tried this but it doesn't work. When i tried to access the docs page the page is blank but the title of the docs is showing. It also gives me this error Please share your workaround on this. It might be a great help since there is not much documentation about this. Thanks |
|
hello guys, I just want to have a nextjs 14 app with other stuff (login,logout,api key generator,profile generator) and also documentation, I already have login logout working stack with custom rest api, is it possible to integrate nextra to my existing project ? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Right now, if you add a
docsdir and even add apath: '/docs'option totheme.config.js, it will still list every dir/file withinpagesin the table of contents:It'd be nice if I could just add a
pages/docsdir, then changepath: '/docs'intheme.config.js, and be able to populatepages/docswith all kinds of MDX files. 🤷All reactions