This website is built using VitePress, a modern static website generator.
npm install
npm run docs:dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. To see a full list of markdown formats, go to Vitepress markdown guide
Clone the main nice-node
repository and run npm run docs:nodeSpec
. Copy the files from nicenode/docs/
in the main repo to here at documentation/NodeSpec/
but do not replace NodeSpec/index.md
npm run docs:build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The main branch is automatically deployed to https://docs.nicenode.xyz. Pull requests are deployed to preview URLs that are published in the PR.