The website is built with MkDocs (Material theme) and Doxygen for API docs, hosted at https://cpp.iceberg.apache.org/.
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 everything
make serve-docs # Serve at http://127.0.0.1:8000
make clean-docs # Remove generated files