Use the following commands if you want to write and docs and preview it locally.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve
Open http://localhost:9100/ to see the documentation site that auto-reload, if you make changes to markdown files.