forked from PySport/kloppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (31 loc) · 823 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
site_name: kloppy 1.0.0
site_url: https://kloppy.pysport.org
repo_url: https://github.com/PySport/kloppy
repo_name: 'GitHub'
edit_uri: blob/master/docs/
# TODO: set-up Google Analytics project to track
google_analytics: null
theme:
name: material
custom_dir: docs/overrides
nav:
- Home: index.md
- Quickstart Guides:
- Event Data: quickstart/event_data.ipynb
- Tracking Data: quickstart/tracking_data.ipynb
- Examples: quickstart/examples.ipynb
- Issues: 'issues.md'
- Contributing: 'contributing.md'
- Sponsors: 'sponsors.md'
- About: 'about.md'
- Changelog: 'changelog.md'
- License: 'license.md'
plugins:
- mkdocs-jupyter:
include_source: True
- search
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: table