-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 844 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (36 loc) · 844 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
36
site_name: SynBioHub2 Docs
theme:
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.indexes
name: material
logo: images/brand.svg
favicon: images/favicon.ico
palette:
- scheme: default
primary: orange
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- awesome-nav
- mkdocs-nav-weight
- title-casing:
capitalization_type: first_letter
default_page_name: Index
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences