Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 419 Bytes

Indico Documentation

This documentation can be consulted at learn.getindico.io. It is generated from Markdown files using MkDocs and Material for MkDocs.

Basic Usage

$ pip install -r requirements.txt

# if you want to run it locally
$ mkdocs serve

# in order to generate HTML files
$ mkdocs build