Skip to content
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

Allow hot reloading on the dev server #129

Open
ptgott opened this issue Feb 10, 2025 · 1 comment
Open

Allow hot reloading on the dev server #129

ptgott opened this issue Feb 10, 2025 · 1 comment

Comments

@ptgott
Copy link
Contributor

ptgott commented Feb 10, 2025

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.

We need to address the following issue first:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant