Replies: 1 comment 1 reply
-
have you figure it out how to handle authentication with nextra? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am considering to use nextra for documenting multiple repos and been thinking about two different strategies to achieve this. I have different teams with different repos and each should document allongside their code but maintain one docs site.
First idea, create a docs repo that pulls the mardown files from alle repos with some script (or is there a built in solution?). I see a few drawbacks here:
Second idea to adress all the above issues, is to deploy one nextra instance for each repository (should be possible with Next.js basePath, e.g. mydomain.com/docs1, mydomain.com/docs2 ). Here, a few questions that come up for this solution:
I am looking forward get some ideas!
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions