Build and Preview the Documentation
Download and install doxygen.
Install mkdocs and its plugins:
Build the same site that is deployed, including the generated C++ API pages:
The build helper uses the active Python interpreter. On Windows it also detects
Doxygen in the default Program Files/doxygen/bin install directory when that
directory is not on PATH.
Serve the generated site locally:
Open http://127.0.0.1:8000/. Stop the server with
Ctrl+C.
For live reload while editing prose, use:
This command requires doxygen to be on PATH. A faster prose-only preview is
available with python -m mkdocs serve -f mkdocs.yaml, but that configuration
does not generate the Libuipc/ API tree. API links returning 404 in a
prose-only preview are therefore expected; always validate the deployable site
with scripts/build_docs.py before publishing.