-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V2] Versioning Dropdown doesn't show "Next" version #3487
Comments
Already fixed in #3472 but thank you for the report. |
Ah so it is! Thanks, will wait for |
thanks @lex111 👍 In the meantime you can try swizzling the DocsVersionDropdownNavbarItem component to backport the fix if you can't wait for next release |
I did try to swizzle it, however it seems to throw errors on every attempt
|
@lex111 Did this make it into .65? I've upgraded but still not got the dropdown |
@greghesp is this still relevant to you? I just opened your website that uses .65 https://assistantrelay.com/, and I see that dropdown is displayed correctly. Or is it something else wrong here? |
Ah i wonder if there was some caching or something. All looks to be working on my end now too! |
It may well be, I suppose. But great that this issue was resolved anyway! |
🐛 Bug Report
type: 'docsVersionDropdown', position: 'left'
is not showing as a dropdown withCurrent Version
andNext
This produced by 3.x.x documents fine, and when i
yarn start
they show uHave you read the Contributing Guidelines on issues?
Yes
To Reproduce
docusaurus docs:version 3.x.x
- 3.x.x folders, sidebars and versions.json created/docs
for in development versiondocusaurus start
Expected behavior
Expected dropdown to be in Navbar
Actual Behavior
Navigation bar only shows the latest version with no dropdown.
URLs to the next documentation however work
/docs/next/introduction - shows documentation with the unreleased documentation warning. Shows
Next
in place of dropdown/docs/introduction - shows versioned documentation with version tag. Shows version in place of dropdown
Your Environment
Reproducible Demo
https://assistantrelay.com/
https://github.com/greghesp/assistant-relay/tree/doc-src
The text was updated successfully, but these errors were encountered: