Site Workflow¶
Daily loop¶
- Create or edit a markdown file under
docs/ - Add images under
docs/images/<topic>/ - Run
mkdocs serveto preview locally - Run the image compression helper
- Commit and push your source changes
- Run
mkdocs gh-deploywhen you want the site updated
Source sync example¶
Publish example¶
Rule of thumb¶
main= source of truthgh-pages= generated output only