You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Hey there! I was wondering what's the best approach for documenting a monorepo? The approach I took is having a single docs folder contain all files. This works, but I am running into some issues with dynamic links. Assume I have 2 projects I want to document and they would live at domain.com/docs/foo and domain.com/docs/bar. I am able to create a proper structure inside my monorepo by having a parent content folder and inside it 2 folders for bar and foo. Rendering these pages will work, but the left navigation doesn't change. Also, in the footer for each page, there are dynamic links to the next page, but these break if I go inside any folder. Can anybody advise how to approach this? Thanks!
The text was updated successfully, but these errors were encountered:
Hey there! I was wondering what's the best approach for documenting a monorepo? The approach I took is having a single
docs
folder contain all files. This works, but I am running into some issues with dynamic links. Assume I have 2 projects I want to document and they would live atdomain.com/docs/foo
anddomain.com/docs/bar
. I am able to create a proper structure inside my monorepo by having a parentcontent
folder and inside it 2 folders forbar
andfoo
. Rendering these pages will work, but the left navigation doesn't change. Also, in the footer for each page, there are dynamic links to the next page, but these break if I go inside any folder. Can anybody advise how to approach this? Thanks!The text was updated successfully, but these errors were encountered: