-
-
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
open the browser on latest instead of last release on docusaurus start
#3212
Comments
Btw I'm happy to contribute this proposal is accepted. |
Hi @zepatrik . I totally agree and it's a chance I've planned to do as part of other things to change about docs/versioning. As it's already something I have in mind, I'd prefer to work on this myself so that the API of all the features look consistent. I'll probably open an RFC for the API I have in mind soon |
Docusaurus uses this: lastVersion: process.env.NODE_ENV === 'development' ? 'current' : undefined, This looks quite extensible and should be practiced |
So if I run |
Well, you don't even need to— |
💥 Proposal
When running
docusaurus start
the browser should open the latest tag instead of the last release. For people working only from time to time with docusaurus it is confusing that they don't see their changes and they spend time debugging why the change is not there.Have you read the Contributing Guidelines on issues?
yes
The text was updated successfully, but these errors were encountered: