The bindings documentation is written in markdown files, using Material for MkDocs.
To locally run a web server that showcases the HTML version of the compiled markdown files, execute the following steps:
- Open a terminal.
- Navigate to the
docs
directory from the project's root. - Execute these commands:
chmod +x run.sh
./run.sh
The script will install the necessary Python dependencies within a virtual environment.