An open API service indexing awesome lists of open source software.

https://github.com/automation-test-starter/organization-docs


https://github.com/automation-test-starter/organization-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`