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

https://github.com/indico/indico-user-docs

Indico Documentation
https://github.com/indico/indico-user-docs

conferences documentation events hacktoberfest meetings

Last synced: 3 months ago
JSON representation

Indico Documentation

Awesome Lists containing this project

README

          

# Indico Documentation

This documentation can be consulted at [learn.getindico.io](https://learn.getindico.io). It is generated from
Markdown files using [MkDocs](http://www.mkdocs.org/) and
[Material for MkDocs](http://squidfunk.github.io/mkdocs-material/).

## Basic Usage

```sh
$ pip install -r requirements.txt

# if you want to run it locally
$ mkdocs serve

# in order to generate HTML files
$ mkdocs build
```