Material for MkDocs version 4.3.1
pip install --upgrade mkdocs
pip install --upgrade mkdocs-material
- Install MkDocs
- Install mkdocs-material using Python,
pip install mkdocs-material
- Install mkdocs-material using Python,
- Clone the repo with
git clone https://github.com/spankchain/docs.spankpay.com.git
- In the
docs.spankpay.com
directory, runmkdocs serve
- Open http://localhost:8000/ in your browser
Guide for submitting a new Pull Request
- Check the Issues for existing improvements that are needed
- If you don’t find anything close to what you’re working on, submit a new Issue of what you would like to see changed in the wiki
Follow these steps:
- Fork the SpankChain Community Hub GitHub repository
- Create a Pull Request with your proposed changes to have your contribtuion merged into the Wiki repository.
This wiki is heavily inspired by the Aragon Wiki. Huge thanks for all of their pioneering work!