-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (48 loc) · 1.1 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
site_name: pptxlib
site_url: https://daizutabi.github.io/pptxlib/
site_description: PDF documentation generator
site_author: daizutabi
repo_url: https://github.com/daizutabi/pptxlib/
repo_name: daizutabi/pptxlib
edit_uri: edit/main/docs/
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.tooltips
- content.code.annotate
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
plugins:
- search:
markdown_extensions:
- pymdownx.magiclink
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- index.md