-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 738 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 738 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
site_name: pyracing
repo_url: https://github.com/esterni/pyracing
repo_name: GitHub
theme:
name: 'material'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight:
use_pygments: true
- toc:
permalink: true
nav:
- Introduction: index.md
- Class Methods: functions.md
- Data:
- 'All-Data\career_stats.md'
- 'All-Data\driver_stats.md'
- 'All-Data\event_results.md'
- 'All-Data\season_standings.md'
- 'All-Data\subsession_data.md'
- 'All-Data\active_op_count.md'
- 'All-Data\world_records.md'
- 'All-Data\current_seasons.md'
- Modules: modules.md
- Contributing: contributing.md
extra_css:
- css\custom.css