- Open an Issue
- Create a PR
- Open an Issue with proposed content
- Optional: Come to pig-doc meeting to discuss
- Add a new
new_page.md
under correct category that your page belongs to (inside ofdocs/
). - Update
mkdocs.yml
'snav
key's correct category that your page belongs to.
- Merge PR to master
- Commit directly to master
Read README.md.
mkdocs
comes with a --strict
flag for building (read: compiling HTML) and serving (read local-dev preview) the documentation.
To leverage the benefits of this flag, one must ensure:
- All internal references/links are relative.
Can be found at https://squidfunk.github.io/mkdocs-material/reference/abbreviations/. (Check left side content-list when accessing the above link).