-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
33 lines (33 loc) · 1.17 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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