-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (37 loc) · 996 Bytes
/
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
nav:
- Home: index.md
- EV3 Brick Setup: setup.md
- Mindstorms:
- Overview: mindstorms-overview.md
- Exercises: mindstorms-exercises.md
- Makecode:
- Projects: makecode-projects.md
- Coding: makecode-coding.md
- Exercises:
- Goofy Eyes: goofy-eyes.md
- EV3 Resources: resources.md
site_name: Athenian FLL Robotics
site_url: https://www.athenian-fll.org
site_description: Athenian FRC Robotics Documentation
site_author: Athenian FLL Robotics Team
repo_url: https://github.com/athenian-fll/athenian-fll-mkdocs
repo_name: 'GitHub Home'
theme:
name: 'material'
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
language: en
feature:
tabs: false
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
logo: 'images/owls.jpg'
favicon: 'assets/images/favicon.ico'
markdown_extensions:
- admonition
google_analytics: ['UA-124591545-1', 'auto']