Documentation is written using MkDocs static documentation site generator with Material theme and Markdown.
- Python 3
- pip - Python package manager
- Text Editor - to edit Markdown documents (i.e Haroopad)
- Install
pip
on Ubuntusudo apt-get install python-pip
on Mac OS Xsudo easy_install pip
- Install required components
pip install -r requirements.txt
- Install python. Download the installer from the official
python
homepage: https://www.python.org/downloads/ and install
NOTE: Starting with version 2.7.9 and onwards
pip
ships along with python, so there shouldn't be any need to installpip
separately.
- Install required components
pip install -r requirements.txt
- Edit markdown files inside the
docs
directory - Preview Your changes by issuing
mkdocs serve
in project root and navigating to http://localhost:8000 - Build assembled documentation
eudi-qeaa-issuer.md
by issuingmkdocs build
in project root - Commit and push Your changes to
git