Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

776 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sch Document

Setup

Local

# Install
pip install mkdocs mkdocs-material

# Run
mkdocs serve
python -m mkdocs serve # No environment variable

# Console Log
INFO    -  Documentation built in 0.87 seconds
INFO    -  [00:00:00] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO    -  [00:00:00] Serving on http://127.0.0.1:8000/
INFO    -  [00:00:00] Browser connected: http://127.0.0.1:8000/

Example