Skip to content

indico/indico-user-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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