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
- Host: GitHub
- URL: https://github.com/indico/indico-user-docs
- Owner: indico
- Created: 2017-03-22T14:42:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-08T07:59:46.000Z (3 months ago)
- Last Synced: 2025-07-08T08:45:52.869Z (3 months ago)
- Topics: conferences, documentation, events, hacktoberfest, meetings
- Homepage:
- Size: 51 MB
- Stars: 5
- Watchers: 8
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```