| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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-materialPreview the docs locally with live reload:
cd docs
mkdocs serveThen open http://127.0.0.1:8000 in your browser.
Generate the static site:
cd docs
mkdocs buildThe output will be in the docs/site/ directory.
The TPC-DS SF100 performance report is maintained as docs/src/benchmark.md and is included in the MkDocs navigation. Preview it as part of the documentation site:
cd docs
mkdocs serveThen open http://127.0.0.1:8000/benchmark/.
| Back | FazBrowse Home | New Git URL |