-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
82 lines (74 loc) · 1.75 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Project Information
site_name: Robostorm
site_description:
site_author: Robostorm Robotics
site_url: 'https://robostorm.org'
site_dir: /var/www/public_html
# Repository
repo_name:
repo_url: https://github.com/Robostorm
# Copyright
copyright: 'Copyright © 2023 Robostorm Robotics'
# Page tree
nav:
- Home: 'index.md'
- FTC:
- Info: 'FTC/info.md'
- Awards: 'FTC/awards.md'
- Sponsors: 'FTC/sponsors.md'
- Projects:
- Aquabot: projects/aquabot.md
- 3D Printing: projects/3dprinting.md
- Other Projects: projects/other.md
- Battlebots:
- Info: battlebots/info.md
- Resources:
- Rules: battlebots/rules.md
- Inspection Sheets: battlebots/inspection.md
- About Us:
- Contact Us: about-us/contact.md
- History: about-us/history.md
# Configuration
theme:
name: material
custom_dir: overrides
language: 'en'
features:
- tabs
palette:
scheme: slate
primary: 'Green'
secondary: 'Red'
logo: img/Robostorm-Logo.png
favicon: img/Robostorm-Logo.png
# Extras
extra:
disqus: 'robostorm'
social:
- icon: 'material/email'
link: 'mailto:info@robostorm.org'
- icon: 'material/github'
link: 'https://github.com/Robostorm'
- icon: 'material/youtube'
link: 'https://www.youtube.com/channel/UCXMvitgD_y_tB7w8M-65e6w/'
- icon: 'material/linkedin'
link: 'https://www.linkedin.com/company/robostorm-robotics'
- icon: 'material/instagram'
link: 'https://www.instagram.com/robostorm_ftc/'
- icon: 'material/facebook'
link: 'https://www.facebook.com/RoboStorm12601'
# Google Analytics
google_analytics:
- 'UA-129339834-1'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- meta
# Plugins
plugins:
- search