-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
57 lines (49 loc) · 1.16 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
site_name: hoppr-cop
repo_name: hoppr-cop
site_dir: site
repo_url: https://gitlab.com/hoppr/hoppr-cop
copyright: "Copyright (c) 2022 Lockheed Martin Corporation"
nav:
- Home: index.md
- Install: install.md
- Usage: usage.md
- Python Library: python-module.md
- Contributing: contributing.md
- Development: development.md
- License: LICENSE.md
#markdown_extensions:
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:mermaid2.fence_mermaid
# - pymdownx.tabbed:
# alternate_style: true
# - attr_list
theme:
name: material
logo: logo_200.png
features:
- content.code.copy
extra_css:
- 'docs/css/termynal.css'
- 'docs/css/custom.css'
extra_javascript:
# - https://unpkg.com/mermaid/dist/mermaid.min.js
- 'docs/js/termynal.js'
- 'docs/js/custom.js'
markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- glightbox
#plugins:
# - mermaid2:
# arguments:
# theme: 'dark'