Installing the documentation generator
sudo apt-get install python3-pip
sudo pip3 install mkdocs
cd doc
Running the doc dev server
mkdocs serve
Or, if the mkdocs command is not directly available:
python3 -m mkdocs serve
sudo apt-get install python3-pip
sudo pip3 install mkdocs
cd doc
mkdocs serve
Or, if the mkdocs command is not directly available:
python3 -m mkdocs serve