This directory contains the source files for the Apache Paimon Rust documentation site, built with MkDocs and the Material for MkDocs theme.
pip3 install mkdocs-material
Preview the docs locally with live reload:
cd docs
mkdocs serve
Then open http://127.0.0.1:8000 in your browser.
Generate the static site:
cd docs
mkdocs build
The output will be in the docs/site/ directory.