- git clone this repo and from the
main
branch, checkout a new branch giving it an appropriate name - add your edits to markdown files in the
docs/
directory - if you're adding a new page, remember to add the page to the nav section in the
/mkdocs.yml
file - git add, commit, push, and then open a PR from your branch to
main
and ask at least one other dev to review your changes - once all checks are passing (TravisCI will build your pushed branch), merge your PR into
main
and then TravisCI will build the production files and push them to thegh-pages
branch - delete your branch
- visit the site to ensure your changes got published
- run this docker command from the project root directory to build and run the site with hot reloading and the site will be available at
http://localhost:8000
, crtl+c to exit
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:8.3.9