MKDOCS 101

Installation

sudo apt-get install python3-pip python3 -m pip install -r requirements.txt restart the computer

python3 -m pip install mkdocs==1.1

wget https://bootstrap.pypa.io/get-pip.py

Server

1
mkdocs serve --dev-addr=0.0.0.0:6565

Create file and directory in linux

1
mkdir docs/linux101/ && cat > docs/linux101/linux-guide.md

Adding links to the attached files

Regex