Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 414 Bytes

FAS OnDemand User Guide

Install dependencies with pip install -r requirements.txt.

Preview docs locally:

$ mkdocs serve

Manual publish to gh-pages:

Make sure you are on the main branch and then run the following command to automatically deploy:

$ mkdocs gh-deploy

See the instructions for deploying your docs on GitHub.