PHP Classes

File: mkdocs.yml

Recommend this page to a friend!
  Classes of Tomáš Vojík   PHP Tournament Bracket Generator   mkdocs.yml   Download  
File: mkdocs.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Tournament Bracket Generator
Organize the matches of teams in a tournament
Author: By
Last change: :memo: Import / Export documentation

Signed-off-by: Heroyt <vojik@wboy.cz>
:memo: Container documentation

Signed-off-by: Heroyt <vojik@wboy.cz>
Date: 6 hours ago
Size: 1,198 bytes
 

Contents

Class file image Download
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