Replies: 2 comments 1 reply
-
|
It's difficult to help you without a repro: please take the time to create one showing your problem in action |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, I got it to work. I found it pretty confusing though. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Not sure if I've hit a bug but I can't get versioning to work as I intend to.
So I have my v1.0.0 docs under the folder
versioned_docs/version-1.0.0and my v2.0.0 under simplydocsI would like to make it so that :
/docsuses 1.0.0 by default/docs/2.0.0uses 2.0.0 by defaultMy
versions.jsonlooks like this:And my docs section of
docusaurus.config.js:With this config, the routes under
/docs/work as expected but under/docs/2.0.0/is 404.If I change the path of 1.0.0 to
1.0.0instead of/everything works as expected, which has me pretty confused.What am I doing wrong?? Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions