-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmkdocs.yml
39 lines (34 loc) · 993 Bytes
/
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
34
35
36
37
38
site_name: Codeball v0.4.0
site_url: https://codeball.metrica-sports.com
repo_url: https://github.com/metrica-sports/codeball
repo_name: 'Codeball'
edit_uri: blob/master/docs/
theme:
name: material
palette:
primary: teal
plugins:
- search
- mkdocs-jupyter:
include_source: True
nav:
- Home: index.md
- GameDataset: game-dataset.md
- CodeballFrames: codeball-frames.md
- Patterns: patterns.md
- Tactical: tactical.md
- Metrica Play API:
- What you can do: metrica-play-api.md
- File Formatting: format-for-play.md
- Visualizations: visualizations.md
- How to import a file: how-to-import-to-play.md
- Examples:
- GameDataset: examples/game_dataset.ipynb
- Example pattern: examples/example-pattern.md
- Run patterns: examples/run_patterns.ipynb
- Changelog: changelog.md
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: table