-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (91 loc) · 2.55 KB
/
mkdocs.yml
File metadata and controls
100 lines (91 loc) · 2.55 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#####################
# BASICS
site_name: Swerve Robotics
site_url: https://swerverobotics.github.io
markdown_extensions:
- smarty
- meta
- attr_list
#####################
# NAV
nav:
- Home: index.md
- About: about.md
- Teams:
- FTC: teams/teams_ftc.md
- FLLC: teams/teams_fllc.md
- FLLE: teams/teams_flle.md
- News:
- Botswana Blog - 2023: news/botswana_2023/2023_botswana_blog.md
- Botswana Blog - 2025: news/botswana_2025/2025_botswana_blog.md
# - Swerve Returning to Botswana: news/2023_02_botswana.md
- Events: events.md
- Contact Us: contact.md
# - Training:
# - Training Grounds: training/training.md
# - Eukota: training/eukota.md
# - FISH: training/innaias (fish).md
#####################
# THEME
theme:
name: material
logo: assets/images/Swerve-Robotics-Logo-1024x289-1.png
#custom_dir: docs/material
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml, necessary for github pages deployment
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/images/swerve-favicon32x32.png
icon:
logo: logo
# The palettes need to be in reverse order (blue-pink-green-purple)
# so they display in the correct order (purple-green-pink-blue)
palette:
- scheme: default
primary: blue
toggle:
icon: material/infinity
name: "8923 TWIST theme"
- scheme: default
primary: pink
toggle:
icon: material/google-downasaur
name: "6220 DRIFT theme"
- scheme: default
primary: green
toggle:
icon: material/koala
name: "417 SKID theme"
- scheme: default
primary: deep purple
accent: green
toggle:
icon: fontawesome/solid/robot
name: "Swerve Robotics theme"
# Additional Values
features:
- navigation.instant
- navigation.tracking
- toc.follow
#- toc.integrate
- navigation.top
#####################
# EXTRAS
use_directory_urls: false # enabled the direct html link for the Guntley PV Barn
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/swerve-robotics/
- icon: fontawesome/brands/github
link: https://github.com/swerverobotics/
#####################
# PLUGINS
plugins:
- search