This repository contains documentation for the package django-swap-user
.
If you would like to make some changes to the docs follow the steps below:
-
poetry install
- install deps; -
poetry shell
- activate environment; -
mkdocs serve
- run mkdocs server;
Now edit .md
files inside docs
folder in order to extend or edit the documentation.