-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
48 lines (43 loc) · 1.26 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
site_name: y_arena_odor_controller
site_description: This board controls the y-arena odors for the Janelia Turner lab
site_author: Peter Polidoro
copyright: 'Copyright © 2020 Peter Polidoro'
theme:
name: 'material'
language: en
logo: 'img/y_logo.png'
feature:
tabs: true
palette:
primary: indigo
accent: Deep Purple
font:
text: Ubuntu
code: Roboto Mono
repo_name: 'y_arena_odor_controller'
repo_url: 'https://github.com/janelia-kicad/y_arena_odor_controller'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite:
guess_lang: true
nav:
- Home: index.md
- Schematic:
- schematic00: schematic/schematic00.md
- schematic01: schematic/schematic01.md
- schematic02: schematic/schematic02.md
- schematic03: schematic/schematic03.md
- schematic04: schematic/schematic04.md
- schematic05: schematic/schematic05.md
- schematic06: schematic/schematic06.md
- schematic07: schematic/schematic07.md
- schematic08: schematic/schematic08.md
- schematic09: schematic/schematic09.md
- Gerbers:
- gerbers00: gerbers/gerbers00.md
- gerbers01: gerbers/gerbers01.md
- Bill of Materials:
- PCB Parts: bom/pcb.md
- Supplemental Parts: bom/supplemental.md