Skip to content

Automation-Test-Starter/Organization-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organization-Docs

Installation

  • Create a new python virtualenv

python3 -m venv docs-venv

  • Activate the virtualenv, then

pip install mkdocs-material or pip install mkdocs-material=="9.*"

  • Or use the requirements.txt in the root of the project

pip install -r requirements.txt

  • Previewing as you write

mkdocs serve

  • Building your site

mkdocs build