-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (34 loc) · 734 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (34 loc) · 734 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
37
38
site_name: TTK Online Example Database
#theme:
#name: material
#palette:
#primary: indigo
#scheme: default
theme:
name: material
features:
- content.code.copy
palette: #
- scheme: slate #
primary: teal
accent: teal
display.background_color: grey
background-color: grey
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.arithmatex
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- admonition
- codehilite:
guess_lang: false
use_pygments: true
- footnotes
- toc:
permalink: true