-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (103 loc) · 2.7 KB
/
mkdocs.yml
File metadata and controls
105 lines (103 loc) · 2.7 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
nav:
- index.md
- Overview:
- overview/aboutfirst.md
- overview/aboutftc.md
- overview/pastseasons.md
- Getting Started:
- gettingstarted/overview.md
- gettingstarted/firststeps.md
- gettingstarted/season-timeline.md
- gettingstarted/software-tools.md
- gettingstarted/purchasing-guide.md
- gettingstarted/common-mistakes.md
- gettingstarted/mvr.md
- Hardware:
- hardware/overview.md
- hardware/drivetrains.md
- hardware/intakes.md
- hardware/elevators.md
- hardware/scoring.md
- hardware/fasteners.md
- hardware/bearings.md
- hardware/motion.md
- hardware/stringing.md
- hardware/best-practices.md
- Electronics:
- electronics/overview.md
- electronics/rev-hardware.md
- electronics/hub-comparison.md
- electronics/power-distribution.md
- electronics/telemetry.md
- CAD:
- cad/overview.md
- cad/projectmanagement.md
- cad/fusionlayout.md
- cad/ParametricModeling.md
- cad/DesignHierarchy.md
- cad/projectone.md
- cad/projecttwo.md
- Programming:
- programming/overview.md
- Outreach:
- outreach/overview.md
- outreach/award-strategy.md
- outreach/documenting-engineering.md
- outreach/winning-portfolio.md
- outreach/outreach-ideas.md
- outreach/team-brand.md
- Teams:
- teams/info.md
- teams/20790.md
site_name: FTC Community Docs
repo_url: https://github.com/Skyhawkbotics/firstdocs
repo_name: Skyhawkbotics/firstdocs
site_dir: ../site
edit_uri: edit/main/source/docs/
copyright: Maintained by Hawkbot1cs
theme:
logo: assets/logo.svg
favicon: assets/favicon.svg
icon:
repo: fontawesome/brands/github
name: material
features:
- content.action.edit
- navigation.tabs
- navigation.path
- navigation.footer
font:
text: Oxanium
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- git-committers:
repository: Skyhawkbotics/firstdocs
branch: main
docs_path: source/docs/
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true