-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (63 loc) · 1.47 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
site_name: 'Wox Wiki: Documentation for Wox Launcher'
site_author: 'Xun Gong'
docs_dir: docs
copyright: Copyright © 2019 - Now Xun Gong
# index_page: README.md
nav:
- Home: home.md
- Install Wox: install.md
- Getting started: start.md
- Built-In Plugins: plugins.md
- Themes: themes.md
- Settings: settings.md
- Plugins:
- Built-In: plugins.md
- Poplular: plugins/popular.md
- Develop: plugins/develop.md
- Develop: develop.md
- Reference:
- README: README.md
- Mkdocs: refer/mkdocs.md
- Python Markdown Extensions: refer/pymdown.md
- Changelog: changelog.md
- License: license.md
theme:
name: material
favicon: imgs/app.jpg
markdown_extensions:
- footnotes
- toc:
permalink: true
separator: "_"
- admonition
- pymdownx.mark
- pymdownx.details
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.keys
plugins:
- localsearch
# Lang: jp support zh-CN?
repo_url: https://github.com/HsunGong/Wox.Wiki.git
remote_branch: master # mkdocs gh-deploy
# remote_name: master
extra:
# manifest: 'manifest.webmanifest'
social:
- type: github
link: https://github.com/HsunGong