open the browser on latest instead of last release on `docusaurus start`
See original GitHub issue💥 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
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
CLI - Docusaurus
Docusaurus provides a set of scripts to help you generate, serve, and deploy your website.
Read more >Installation - Docusaurus
The easiest way to install Docusaurus is to use the command line tool that helps you scaffold a skeleton Docusaurus website. You can...
Read more >Browser support - Docusaurus
The latest version of Chrome or Firefox or Safari. You can "evaluate" any config with the browserslist CLI to obtain the actual list:...
Read more >Versioning - Docusaurus
First, make sure the current docs version (the ./docs directory) is ready to be frozen. Enter a new version number. npm; Yarn. npm...
Read more >Deployment - Docusaurus
To build the static files of your website for production, run: ... The documentation may not be up-to-date: recent changes in their API...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Well, you don’t even need to—
docusaurus start
setsNODE_ENV='development'
by default