- python -m venv venv
- .\venv\Scripts\activate
- pip install -r requirements.txt
- mkdocs new .
- mkdocs serve
- Change the site_name to what ever you want
- Choose theme in theme: section (readthedocs, material,...)
- Add feature, palette (color) to theme using features in theme: section
- Markdown Extension: plain-text file format for .md (hightlighting code,...)
- Add plugin in plugins: section (Notice: some plugin need to install more library via pip)
- Go to https://github.com/owner/repo/settings/pages and config branch to gh-pages root and save