-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (48 loc) · 1.16 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
site_name: 'OT-sim documentation'
site_description: 'A place for OT-sim users to call home.'
site_author: 'activeshadow and dnkcom'
repo_name: 'patsec/ot-sim'
repo_url: 'https://github.com/patsec/ot-sim'
edit_uri: 'https://github.com/patsec/ot-sim-docs/edit/main/src'
docs_dir: src
site_dir: docs
theme:
name: 'material'
language: 'en'
feature:
tabs: true
favicon: images/favicon.ico
logo: images/patria.png
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: 'indigo'
accent: 'amber'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: 'indigo'
accent: 'amber'
toggle:
icon: material/brightness-3
name: Switch to light mode
custom_dir: 'theme'
include_sidebar: true
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/patsec/ot-sim-docs'
extra_css:
- stylesheets/style.css
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
plugins:
- mkdocs-video