-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
executable file
·90 lines (77 loc) · 1.75 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# This file is modifed by `dev/scripts/py/docs.py` before running `mkdocs build`
# Please
# [DO NOT MODIFY] info start
site_name: md2pdf
site_url: https://m2p.whinyaan.xyz
repo_url: https://github.com/whinee/md2pdf
site_description: None
site_author: whi~nyaan!
copyright: Copyright © 2023 whi~nyaan!
# info end
# [DO NOT MODIFY] dir start
docs_dir: tmp/docs
site_dir: dev/site
# dir end
extra_css:
- assets/stylesheets/extra.css
nav:
- Home: /
- Frequently Asked Questions: /faq
- License Agreement: /license
- Changelog: /changelog
- Latest Bump: /latest-bump
- Latest Commit: /latest-commit
- Notes to self: /notes-to-self
- Documentation:
# [DO NOT MODIFY] nav docs start
- 0.0 (Current): docs/0/0
# nav docs end
theme:
name: material
locale: en
include_search_page: false
search_index_only: true
language: en
favicon: assets/favicon.png
logo: assets/images/icons/logo-min.svg
font:
text: Roboto
code: Roboto Mono
static_templates:
- 404.html
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
palette:
-
scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to light mode
-
scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
markdown_extensions:
- pymdownx.superfences:
custom_fences:
-
name: mermaid
class: mermaid
- toc:
toc_depth : "1-1"
extra:
social:
-
icon: fontawesome/brands/twitter
link: https://twitter.com/whi_nyaan
plugins:
- search