-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (51 loc) · 1.31 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
site_name: MKVexport
site_description: Command-line utility for extracting attachments (subtitles, fonts and chapters) of MKV files.
repo_name: ToshY/mkvexport
repo_url: https://github.com/ToshY/mkvexport
docs_dir: docs/
site_dir: site/
theme:
name: material
icon:
repo: fontawesome/brands/github
font: false
features:
- navigation.footer
- navigation.indexes
- navigation.sections
- toc.follow
- navigation.top
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- abbr:
- tables:
- toc:
- admonition:
- pymdownx.details:
- pymdownx.extra:
- pymdownx.highlight:
use_pygments: false
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js
- javascripts/highlight.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/tokyo-night-dark.min.css
- stylesheets/extra.css
extra:
generator: false
nav:
- About: index.md
- Getting Started: getting-started.md
- Examples: examples.md