The website is built with MkDocs (Material theme) and Doxygen for API docs, hosted at https://cpp.iceberg.apache.org/.
- Python 3 with pip
- Doxygen
From the project root:
make install-deps # Install Python dependencies
make build-api-docs # Generate API docs with Doxygen
make build-docs # Build MkDocs site
make all # Build everythingmake serve-docs # Serve at http://127.0.0.1:8000make clean-docs # Remove generated files