Skip to content

CERNDocumentServer/docs-cds-rdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CDS-RDM documentation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published