-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
54 lines (51 loc) · 1.24 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
site_name: "Brandeis Robotics Lab Notebook"
site_url: https://campusrover.github.io/labnotebook2/
repo_url: https://github.com/campusrover/labnotebook2
copyright: Copyright, Brandeis University, 2024
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
implicit-index: true
theme:
name: material
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.path
- navigation.expand
- navigation.footer
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- header.autohide
- search.suggest
- search.highlight
- content.code.select
custom_dir: overrides
icon:
logo: material/robot
palette:
primary: teal
accent: purple
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- tables
- attr_list
extra_css:
- mystyle.css