The Nillion docs are built using Docusaurus v3. Documentation content lives in the docs folder of this repo, and new sections can be added to the sidebar by including the pages in sidebar.js.
Got a suggestion for improving the docs? Let us know by creating a Github Issue
Use our Github Discussions forum to ask technical questions and share ideas about Nillion.
$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The docs use Algolia DocSearch for search, with crawling once a week on Mondays on the 'nillion_docs' index.
The docs are deployed to docs.nillion.com with Vercel.