This documentation site for NetDaemon is build using Docusaurus 2, a modern static website generator.
The documentation site for NetDaemon is hosted on netlify
It is recomended that you use the provided devcontainer when doing changes to the documentation.
- Start the devcontainer.
- Run
yarn start - Open a browser window on http://127.0.0.1:3000
- See a live preview of your changes.
if you have problem and need to start fresh copy of the node modules do:
rm -rf node_modules && yarn install