This is the repo for the Flipper community wiki. If you'd like to contribute to this wiki, you may fork the repo and offer your changes as a pull request. Please be sure submissions meet the contribution guidelines.
This wiki is built using the mkdocs builder using the material theme
- clone/fork this repo
- optionally install mkdocs if you dont have it to preview pages
- python:
pip install mkdocs-material
- to preview,
cd
toflip-wiki
and runmkdocs serve
and open the localhost link given - any changes you make to files while doing this will be auto added live in your web browser view
- python:
- enter the
flip-wiki/docs
folder - create whatever doc files you want in named
.md
files. - once done, add them to the
flip-wiki/mkdocs.yml
towards the bottom under theNavigation Heirarchy
section, following the pattern of the other.md
files. - if the preview looks good when using
mkdocs serve
, submit a pull request.
for more in depth features, see the MkDocs-material guide