You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user runs yarn start to start a local dev server, and makes a change to a docs page, they need to restart the server and wait for a built to complete in order to see the change on the dev server. Let's set up the dev server so that it automatically rebuilds the docs on changes to the source. This might be tricky, since we need to execute the prepare-files.mts script to move docs files from the content directory to a directory structure that Docusaurus recognizes.
When a user runs
yarn start
to start a local dev server, and makes a change to a docs page, they need to restart the server and wait for a built to complete in order to see the change on the dev server. Let's set up the dev server so that it automatically rebuilds the docs on changes to the source. This might be tricky, since we need to execute theprepare-files.mts
script to move docs files from thecontent
directory to a directory structure that Docusaurus recognizes.We need to address the following issue first:
The text was updated successfully, but these errors were encountered: