Documentation website for CERN Document Server (CDS) built with MkDocs Material.
Install uv, install all dependencies:
uv syncStart the development server with live reload:
uv run mkdocs serve --livereloadThen open http://localhost:8000 in your browser.
Build the static site:
uv run mkdocs build
# Clean build
uv run mkdocs build --clean