-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
97 lines (88 loc) · 2.31 KB
/
mkdocs.yaml
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
91
92
93
94
95
96
97
site_name: Technical Docs
site_url: https://docs.com
repo_url: https://github.com/jessepinkman9900/technical-docs
docs_dir: docs
edit_uri: blob/main/docs
theme:
name: material
# logo: assets/images/logo.png
# favicon: assets/images/favicon.png
palette:
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: tolight
- scheme: default
primary: blue
toggle:
icon: material/brightness-7
name: to dark
features:
- toc.follow
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.top
- navigation.sections
- navigation.tabs
- navigation.path
icon:
repo: fontawesome/brands/github
plugins:
- search
## uncomment to enable password protection
# - encryptcontent:
# summary: 'Docs are password protected'
# encryption_info_message: 'default password is "pwd". change it by setting the `GLOBAL_PASSWORD` environment variable in env variables in github actions'
# global_password: !ENV [GLOBAL_PASSWORD, pwd]
# remember_password: true
# remember_keys: true
- enumerate-headings:
increment_across_pages: false
- glightbox
- swagger-ui-tag
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- attr_list
- md_in_html
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
nav:
- Home: README.md
- Applications:
- Application 1: applications/application-template/README.md