-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (61 loc) · 1.56 KB
/
mkdocs.yml
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
site_name: 21525 Hardware
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
icon:
repo:fontawesome/brands/git-al
name: material
palette:
scheme: slate
primary: blue
extra_css:
- stylesheets/extra.css
font:
text: InterGC
code: Roboto Mono
language: en
logo: assets/21525Logo.svg
favicon: assets/21525Logo.svg
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.tabs
- navigation.expand
- navigation.tabs.sticky
- content.tabs.link
consent:
title: Cookie consent
description: >-
Cookies let us figure if you were here or not. That way we can see how many people learned from our website!
actions:
- accept
- manage
- reject
extra:
analytics:
provider: google
property: G-XXXXXXXXXX
copyright: >
Copyright © 2022 Grady Conwell, Sanjith Cherumandanda, Victor He, Warren Lam, Robyn Lam, David Becker-Peral, Joshua Sugino –
<a href="#__consent">Change cookie settings</a>
plugins:
- search
repo_url: https://github.com/Blockheads-2/Blockheads2022-23-Hardware
repo_name: Blockheads-2/Blockheads2022-23-Hardware
nav:
- About Us:
- About Us: index.md
- Hardware:
- MiniSwerve: Swerve.md
- Arm: Lifter.md
- Contact:
- Contact: Contact.md
extra_css:
- stylesheets/extra.css