Allow editing files and reloading the pages automatically during development. @mitermayer
Because internally docusaurus uses express, it could be done using svr.
The only prerequisite is separate the express routes into a separate file.
+1 for this feature. It can make the development process much easier.
cc @wulucxy
+1
+1
馃憢 I'm working on this issue!
Try a hard refresh for now, making sure to be on the /next URL to see docs changes in local development, e.g. http://localhost:3000/docs/en/next/doc1.html re: https://docusaurus.io/docs/en/versioning.html.
@amyrlam So excited to see you working on this 鉂わ笍
Most helpful comment
馃憢 I'm working on this issue!
Try a hard refresh for now, making sure to be on the
/nextURL to see docs changes in local development, e.g. http://localhost:3000/docs/en/next/doc1.html re: https://docusaurus.io/docs/en/versioning.html.