When developing with many node tools (build react app, angular, etc), the browser window will automatically open to the address the app is being hosted at.
This would be a nice option to add to mkdocs serve. Maybe adding the -o or --open flag will make the browser open.
If others agree, I'd like to open a PR to add this functionality. I would use webbrowser module to implement this.
When developing with many node tools (build react app, angular, etc), the browser window will automatically open to the address the app is being hosted at.
This would be a nice option to add to
mkdocs serve. Maybe adding the-oor--openflag will make the browser open.If others agree, I'd like to open a PR to add this functionality. I would use webbrowser module to implement this.