forked from trovu/trovu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (52 loc) · 1.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (52 loc) · 1.26 KB
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
site_name: trovu.net docs
site_description: your web search command line
site_url: https://trovu.net
repo_url: https://github.com/trovu/trovu
edit_uri: tree/master/docs/
docs_dir: docs
site_dir: dist/public/docs
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.expand
- navigation.footer
font: false # Keep privacy and do not download external fonts.
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
plugins:
- search
- minify:
minify_html: true
# Navigation structure (if needed)
nav:
- Home: index.md
- privacy.md
- User guide:
- General: users/index.md
- users/integration.md
- users/advanced.md
- users/troubleshooting.md
- users/support.md
- Shortcuts:
- General: shortcuts/index.md
- shortcuts/namespaces.md
- shortcuts/url.md
- shortcuts/include.md
- shortcuts/deprecated.md
- shortcuts/userscripts.md
- shortcuts/tags.md
- Editor guide:
- General: editors/index.md
- editors/policy.md
- Developer guide:
- developers/index.md
- Legacy:
- legacy/differences.md
- presentations/index.md
- alternatives.md