site_name: Tournament Generator
repo_url: https://github.com/Heroyt/tournament-generator
repo_name: GitHub
site_author: Tomá? Vojík (Heroyt)
docs_dir: wiki
markdown_extensions:
- admonition
theme:
name: readthedocs
nav:
- Introduction: index.md
- Examples:
- 'Basic tournament': examples/basic.md
- 'Tournament from a template': 'examples/preset.md'
- 'Simulating a tournament': 'examples/simulating.md'
- 'Using progressions': 'examples/progressions.md'
- 'Using filters': 'examples/filters.md'
- Templates:
- List: template/list.md
- 'Single elimination': template/singleElim.md
- 'Double elimination': template/doubleElim.md
- '2 rounds to groups': template/2R2G.md
|