Running Doxide¶
Build the Markdown documentation with:
doxide build
docs
).
To publish your documentation with Material for MkDocs, use:
mkdocs build
site
subdirectory with HTML, CSS, and JavaScript files. This directory can be published.
To serve the documentation locally, use:
mkdocs serve
localhost:8000
.