-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (107 loc) · 3.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
116 lines (107 loc) · 3.1 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
# Project Information
site_name: Slugbotics
site_url: https://slugbotics.com/
site_author: Julia Barbera
site_description: >-
UC Santa Cruz's robotics research team.
# Repository
repo_name: Slugbotics/slugbotics-material
repo_url: https://github.com/Slugbotics/slugbotics-material#
# Copyright
copyright: Copyright © 2025 Regents of the University of California. This group is open to all students consistent with state and federal law, the UC Nondiscrimination Statement and the Nondiscrimination Policy Statement for University of California Publications Regarding Student-Related Matters.
theme:
name: material
custom_dir: overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/slugbotics-logo.svg
logo: assets/slugbotics-logo.svg
# Additional configuration
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/Slugbotics
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@slugbotics866
- icon: fontawesome/brands/discord
link: http://discord.slugbotics.com/
hook: Hands on robotics at UCSC
tagline: Innovate. Build. Repeat.
nav:
- Home: index.md
- About: about.md
- Projects:
- projects.md
- Arm: projects/armteam.md
- Business: projects/business.md
- Combat Robotics: projects/combatrobotics.md
- Cruz Control: projects/cruzcontrol.md
- Humanoid: projects/humanoid.md
- Mate: projects/mate.md
- Railspeeder: projects/railspeeder.md
- Rover: projects/rover.md
- SOMARS: projects/somars.md
- Team: team.md
- Onboarding: onboarding.md
- Sponsors: sponsors.md
- Contact: contact.md
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
plugins:
- glightbox