-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (35 loc) · 931 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (35 loc) · 931 Bytes
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
site_name: WAILight
site_url: https://WAILight.github.io/
site_description: Self-Auditing Vision Measurement System for Forensic Science.
repo_url: https://github.com/WAILight/WAILight.github.io
edit_uri: edit/main/docs/
theme:
name: material
logo: img/logo.jpg
favicon: img/favicon.ico
features:
- content.code.copy
markdown_extensions:
- toc:
baselevel: 2
permalink: "#"
- attr_list
- sane_lists
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
# https://github.com/soulless-viewer/mkdocs-video
- mkdocs-video
# https://github.com/timvink/mkdocs-table-reader-plugin
- table-reader
nav:
- 'Home': index.md
- 'Hardware': hardware.md
- 'Publications': publications.md
- 'Team': team.md