Docs (MkDocs)¶
The KGI-Bench/ subproject has its own documentation site built with MkDocs + Material.
Local preview¶
From the repo root:
cd KGI-Bench
python -m pip install -e ".[docs]"
mkdocs serve
Build¶
cd KGI-Bench
mkdocs build --strict
The static site is written to KGI-Bench/site/.