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
- Containers:
- 'Basics': containers/basics.md
- 'Getting values': containers/getting.md
- 'Game containers': containers/gameContainer.md
- 'Team containers': containers/teamContainer.md
- 'Hierarchy containers': containers/hierarchyContainer.md
- Export/Import:
- 'Basics': export/basic.md
- 'Export structure': export/structure.md
- 'Export modifiers': export/modifiers.md
- 'Import': export/import.md
|