Have you read the Contributing Guidelines on issues?
Prerequisites
Description
Hi,
When routeBasePath option is set to "/", going back to the home page either through the breadcrumb or the root url (company logo) resets the version to the 'current' one, whatever the version we were using.
Reproducible demo
https://doc4d.github.io/docs/19/API/ClassClass
Steps to reproduce
- Go to the page above (v19)
- Click on the company logo or the Home in the breadcrumb
Expected behavior
The home page is displayed with "v19" in the version menu
Actual behavior
The home page is displayed with "v19 R6" (which is the current one) in the version menu
Your environment
- Public source code:
- Public site URL:
- Docusaurus version used:
- Environment name and version (e.g. Chrome 89, Node.js 16.4):
- Operating system and version (e.g. Ubuntu 20.04.2 LTS):
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Hi,
When routeBasePath option is set to "/", going back to the home page either through the breadcrumb or the root url (company logo) resets the version to the 'current' one, whatever the version we were using.
Reproducible demo
https://doc4d.github.io/docs/19/API/ClassClass
Steps to reproduce
Expected behavior
The home page is displayed with "v19" in the version menu
Actual behavior
The home page is displayed with "v19 R6" (which is the current one) in the version menu
Your environment
Self-service