Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 594 Bytes

Farmshare documentation

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

gh (Github cli) command install and auth

Install gh on you system

sudo apt install gh

Cli auth on GitHub

gh auth login