Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 647 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 647 Bytes

docs

To get more informations

Please, read the public documentation web site:

abcdesktopio documentation files markup language

abcdesktop use mkdocs

git clone --recurse-submodules https://github.com/abcdesktopio/docs

To run the documentation website

make install
make docs

To test your local changes

pip3 install -r requirements.txt
mkdocs serve
# open your browser: http://127.0.0.1:8000

or

cd docs
pip3 install -r requirements.txt
mkdocs serve -f opsdocs/mkdocs.yml