Documentation
The documentation is built using Docusaurus 2. The deployment is done through a centralized build from IOTA WIKI. To run a local instance the IOTA WIKI CLI is used.
Prerequisites
Installation
yarnThis command installs all necessary dependencies.
Local Development
yarn startThis command starts a local, wiki themed development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Including .md file
{@import <file path>}Example:
{@import ../../../../bindings/wasm/docs/api-reference.md}