- enter virtual environment
source .venv/bin/activate
- run as development server
mkdocs serve- deploy to github pages
mkdocs deploy- add files to git index
git add <file_name>- commit file with message
git commit -m "<message>"- upload to github
git push origin <branch_name>