Skip to content

chartes/dots_documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoTS documentation

mkdocs mkdocs-material

Official DoTS documentation built with MkDocs (turn Markdown files into static HTML pages) and Material for MkDocs (a Material Design theme for MkDocs).

Installation

virtualenv -p python3.8 venv
source venv/bin/activate
pip install -r requirements.txt

Start the live-reloading docs server

mkdocs serve

Build the documentation site

mkdocs build