-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
116 lines (107 loc) · 3.54 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
site_name: Dug Developer Documentation
site_url: https://dug.readthedocs.org
repo_url: https://github.com/helxplatform/search-documentation
nav:
- Overview:
- Introduction: index.md
- Dug Architecture: architecture/dug.md
- Roger Architecture: architecture/roger.md
- Frequently Asked Questions: faq.md
- License: license.md
- laura-index: index-laura.md
- Development Guide:
- Dug:
- Quick Start: development-guide/dug/index.md
- Configuration: development-guide/dug/config.md
- Parsers: development-guide/dug/parsers.md
- Annotators: development-guide/dug/annotators.md
- Concept Expansion: development-guide/dug/concept-expansion.md
- Dug search web API: development-guide/dug/web-api.md
- Roger:
- Quick Start: development-guide/roger/index.md
- Pipeline structure: development-guide/roger/pipelines.md
- Configuration: development-guide/roger/config.md
- Tutorials:
- Adding a Parser: tutorials/parsers.md
- Adding an Annotator: tutorials/annotators.md
- Deployment Guide:
- Introduction: deployment-guide/index.md
- CI/CD:
- Continuous Integration for Dug: deployment-guide/dug.md
- Continuous Integration for Roger: deployment-guide/roger.md
- Deploy using Helm Chart: deployment-guide/helm.md
#extra_css:
# - stylesheets/extra.css
theme:
name: "material"
# favicon: img/favicon.ico
# logo: img/favicon.ico
icon:
admonition:
server: material/server
language: en
# Pick color: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.indexes
- navigation.footer
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
- content.code.annotate
- content.code.select
- search.highlight
- search.share
- search.suggest
- toc.follow
copyright: Copyright © 2017-2023 Dug<br>RENCI & RTI
markdown_extensions:
- admonition # Supported types: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.extra
- abbr
- pymdownx.snippets:
auto_append:
- docs/includes/abbreviations.md
- attr_list
- smarty
plugins:
- search
- autorefs
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/helxplatform/dug
watch:
- docs