pitt-crc / user-manual

Website Deployment for CRC User Manual
https://crc-pages.pitt.edu/user-manual
0 stars 1 forks source link
markdown mkdocs mkdocs-material

CRC User Manual

Source code for the official CRC user manual.

Quick Start

Start by installing the project dependencies:

pip install -r requirements.txt

To generate a live preview locally, use the serve command:

mkdocs serve

A new version of the documentation is built and pushed to production every time the main branch is updated.