This repo is for the farmshare public website docs.farmshare.stanford.edu
MkDocs based website using Read the Docs theme hosted on Github pages.
Clone the repo:
gh repo clone stanford-rc/farmshare-docs
Update md files as needed and then test changes locally using:
mkdocs serve
If it looks good, commit/push your changes then deploy using:
mkdocs gh-deploy --clean
Install gh on you system
sudo apt install gh
Cli auth on GitHub
gh auth login