-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs-dme.yml
More file actions
54 lines (48 loc) · 1.02 KB
/
mkdocs-dme.yml
File metadata and controls
54 lines (48 loc) · 1.02 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
site_name: DME Library
site_url: https://sdk.smartcrypt.com/dme
site_description: "DME library for JVM"
site_author: PKWARE, Inc.
repo_url: https://github.com/pkware/smartcrypt-sdk-documentation/
edit_uri: edit/main/dme/
remote_branch: gh-pages
docs_dir: dme
site_dir: root/dme
copyright: 'Copyright © 2022 PKWARE, Inc.'
theme:
name: 'material'
features:
- navigation.tabs
extra_css:
- 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- tables
- admonition
plugins:
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
nav:
- Overview: index.md
- Masking:
- Overview: masking/index.md
- Installing: masking/installing.md