forked from SublimeText-Markdown/MarkdownEditing
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.17 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
%YAML 1.2
---
site_name: "MarkdownEditing"
site_description: MarkdownEditing User Manual
site_author: DeathAxe
site_url: "https://sublimetext-markdown.github.io/MarkdownEditing"
repo_url: "https://github.com/SublimeText-Markdown/MarkdownEditing"
docs_dir: "docs"
nav:
- Home: "index.md"
- Installation: "install.md"
- Usage: "usage.md"
- Linting: "linting.md"
- Configuration: "config.md"
- Troubleshooting: "troubleshooting.md"
extra:
collapse_toc: true
extra_css:
- "css/styles.css"
theme:
name: cinder
features:
- navigation.tabs
plugins:
- minify:
minify_html: true
markdown_extensions:
- markdown.extensions.admonition:
- markdown.extensions.footnotes:
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.progressbar:
- pymdownx.arithmatex:
- pymdownx.mark:
- pymdownx.tilde:
- pymdownx.striphtml:
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.tabbed:
- pymdownx.saneheaders: