-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
153 lines (147 loc) · 4.04 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
nav:
- Home: index.md
# - Hours Tracking: operations.md
- Github Repos:
- FRC Robotics: https://github.com/athenian-robotics
- Programming Tutorials: https://github.com/athenian-programming
- Coding Resources: coding-resources.md
- Languages:
- Python:
- Learning: learning-python.md
- Setup: python-setup.md
- Posts: python.md
- Kotlin: kotlin.md
- C: clang.md
- Operating Systems:
- OSX: osx-setup.md
- Linux:
- Raspbian: raspbian.md
- Ubuntu: ubuntu.md
- Generic Linux: linux.md
- Linux Commands:
- ssh: ssh.md
- apt: apt.md
- Unix: unix.md
- ROS:
- Installation: ros-installation.md
- Commands: ros-commands.md
- ROS Serial: ros-serial.md
- Miscellaneous: ros-misc.md
- ROS Master SD Card: ros-master.md
- Gazebo: gazebo.md
- Software:
- Links: software-links.md
- Software Services: services.md
- Git: git.md
- Jupyter Notebooks: jupyter.md
- Jupyter Options: jupyter-options.md
- Docker: docker.md
- Kubernetes: kubernetes.md
- Istio: istio.md
- gRPC: grpc.md
- OpenCV: opencv.md
- GraphQL: graphql.md
- Flutter: flutter.md
- RoboMaker: robomaker.md
- etcd: etcd.md
- FAAS: faas.md
- PyQt5: pyqt5.md
- nginx: nginx.md
- Gradle: gradle.md
- Prometheus: prometheus.md
- Grafana: grafana.md
- Markdown: markdown.md
- MkDocs: mkdocs.md
- Databases: databases.md
- Web Services: webservices.md
- Web Content: webcontent.md
- Plot.ly: plotly.md
- XQuartz: xquartz.md
- AI Projects: ai-projects.md
- Hardware:
- Raspberry Pi Zero W: raspipizero.md
- Raspi Hats: raspihats.md
- Sensors: sensors.md
- SD Cards: sd-cards.md
- Arduino: arduino.md
- Metro Mini: metro-mini.md
- Blinkt: blinkt.md
- Logitech Joystick: joystick.md
- Nvidia Jetson TX2: jetsontx2.md
- roboRIO: roborio.md
- NeoTrellis M4: trellis.md
- Circuit Playground: cpx.md
- Crickit/CPX and CircuitPython: cricket.md
- BBC micro:bit: microbit.md
- Tutorials:
- vim: vim.md
- Shell: shell.md
- Machine Learning: ml.md
- Robots:
- Magni: magni.md
- TurtleBot3: turtlebot3.md
- GoPiGo: gopigo.md
- EV3:
- Admin: ev3-admin.md
- Python: ev3-python.md
- ROS: ev3-ros.md
- FRC:
- Notes: frc-notes.md
- Networking: frc-networking.md
- Battlesnake: battlesnake.md
- Robotics: robotics.md
- CodinGame Tips: codingame.md
- Hour of Code: hoc.md
- Nand2Tetris: nand2tetris.md
- Education:
- Robots: education-robots.md
- Software: education-software.md
- Teaching: teaching.md
- Overview: overview.md
- Advice: advice.md
- Miscellaneous: interesting.md
site_name: Athenian Acropolis Robotics
site_url: https://www.athenian-robotics.org
site_description: Athenian Acropolis Robotics Documentation
site_author: Athenian Acropolis Robotics Team
repo_url: https://github.com/athenian-robotics/athenian-robotics-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
- codehilite:
linenums: true
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
google_analytics: [ 'UA-90285378-1', 'auto' ]