-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (34 loc) · 1006 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (34 loc) · 1006 Bytes
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
39
40
site_name: TeamTV Api
# TODO: set-up Google Analytics project to track
google_analytics: null
theme:
name: material
nav:
- Home: index.md
- Backend API:
- Intro/Authentication: backend_api/intro.md
- Resources:
- ResourceGroup: backend_api/resource_group.md
- Person: backend_api/person.md
- Team: backend_api/team.md
- Player: backend_api/player.md
- SportingEvent: backend_api/sporting_event.md
- Course: backend_api/course.md
- Sponsor: backend_api/sponsor.md
- Integrations:
- EventStream: backend_api/event_stream.md
- Studio: backend_api/studio.md
- vMix: backend_api/vmix.md
- Tokens: backend_api/tokens.md
- Webhooks: webhooks.md
- Frontend API:
- Embedding: embedding.md
# - Frontend API:
# - Embedding: frontend_api/embedding.md
# - Methods: frontend_api/methods.md
#
#markdown_extensions:
# - pymdownx.highlight:
# use_pygments: true
# linenums: true
# linenums_style: table