Run this command to install all dependencies:
pip install -r requirements.txt
mkdocs server
: Run a local server for developmentmkdocs build
: Build the static site
To create new posts, visit https://squidfunk.github.io/mkdocs-material/getting-started/ for tutorials.
After changing source files, run mkdocs server
and test on your local environment. If everything is fine, then:
- Create a new branch
- Commit your changes
- Push to the new branch
- Create a pull request