This repository contains material used to generate the Walnut documentation website.
This website is built using Docusaurus, a modern static website generator.
npm i
npm run 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.
The search bar utilizes a local search index with a plugin .
Whenever needed, the index can be manually updated by: npm run build. To see the changes in local development, use npm run serve.