Running Doxide¶
Build the Markdown documentation with:
doxide build
docs
).
Tip
You may see warning messages about parse errors. These are not necessarily fatal and may not affect the documentation at all. Some relate to the use of the preprocessor and can be fixed by defining symbols in the configuration file, see Parsing Considerations.
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
.