Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 515 Bytes

File metadata and controls

34 lines (21 loc) · 515 Bytes

CDS documentation website

Documentation website for CERN Document Server (CDS) built with MkDocs Material.

Quick Start

Prerequisites

Install uv, install all dependencies:

uv sync

Development

Start the development server with live reload:

uv run mkdocs serve --livereload

Then open http://localhost:8000 in your browser.

Build

Build the static site:

uv run mkdocs build

# Clean build
uv run mkdocs build --clean