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: Updated documentation

Removed API from wiki and added links to API documentation.
:memo: Rename documentation directories
:art: Better structure, documented code an update to PHP 7.4

A lot of changes - mainly restructuring / reformatting the code to be more maintainable.
Date: 2 years ago
Size: 694 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