python3 -m venv mkdocs
source mkdocs/bin/activate
pip install -r requirements.txt
# create mkdocs project
mkdocs new .For all new development, we add a ticket to the board for documentation (1-2 pts) For all existing code which needs documentation, we start making a list on Confluence and add 1 ticket to the board per sprint (1-2 pts).
Process -> Confluence Page Code -> Readme (what it does and how to run it)
Start using MkDocs