This is a folder for scripts that deal with the setup of the website. They are imported by the docusaurus.config.js file.
Editing files in this folder can break development mode deployments. If you are having issues try:
- Modifying a markdown file that could be displayed
- Stopping the local development server (Ctrl+C) and restarting it
- Running
yarn cleanand thenyarn startagain. This will delete the.docusaurusfolder (clearing the cache)