-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
206 lines (182 loc) · 6.51 KB
/
mkdocs.yml
File metadata and controls
206 lines (182 loc) · 6.51 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# Essentials & navigation
# ------------------------------------------------
# https://www.mkdocs.org
# https://squidfunk.github.io/mkdocs-material
site_name: OpenAD
docs_dir: main
repo_url: https://github.com/acceleratedscience/openad-toolkit
nav:
# - Style Reference: style-reference.md
- Home: index.md
- Documentation:
- docs/index.md
- Installation: docs/installation.md
- Getting Started: docs/getting-started.md
- Base Concepts: docs/base-concepts.md
- Model Service:
- docs/model-service/index.md
- Available Models: docs/model-service/available-models.md
- Deploying Models: docs/model-service/deploying-models.md
- Using Models: docs/model-service/using-models.md
- Wrapping New Models: docs/model-service/wrapping.md
- IBM Hosted: docs/model-service/ibm-hosted.md
- Commands: docs/commands.md
- GUI: docs/gui.md
- API: docs/api.md
- Plugins: docs/plugins.md
- Plugin Development:
- docs/plugin-development/index.md
- Knowledge Base: docs/plugin-development/knowledge-base.md
- PyParsing 101: docs/plugin-development/pyparsing-101.md
- Tell Me: docs/tell-me.md
- Developers: docs/developers.md
- Troubleshooting: docs/troubleshooting.md
- Tutorials:
- blog/index.md
- About: about.md
# Theme configuration
# ------------------------------------------------
# https://squidfunk.github.io/mkdocs-material/setup
theme:
name: material
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: carbon/icn-dark-mode-auto
name: Dark mode auto
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: carbon
toggle:
icon: carbon/icn-dark-mode-off
name: Dark mode on
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: carbon-dark
toggle:
icon: carbon/icn-dark-mode-on
name: Dark mode off
# Replace icons
logo: _assets/icn-logo.svg
# favicon: _assets/icn-logo.svg
favicon: _assets/icn-bee.svg
icon:
menu: carbon/icn-hamburger
alternate: carbon/icn-language
search: carbon/icn-search
share: carbon/icn-share
close: carbon/icn-close
top: carbon/icn-arrow-up
edit: carbon/icn-edit
view: carbon/icn-file-html
repo: carbon/icn-github
previous: carbon/icn-arrow-left
next: carbon/icn-arrow-right
# tag: carbon/icn-star - https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers
admonition:
note: carbon/icn-megaphone
abstract: carbon/icn-result
info: carbon/icn-info
tip: carbon/icn-fire
success: carbon/icn-yes
question: carbon/icn-question
warning: carbon/icn-warning
failure: carbon/icn-no
danger: carbon/icn-caution
bug: carbon/icn-bug
example: carbon/icn-person
quote: carbon/icn-quote
features:
- navigation.tabs # Tabs for main sections
- navigation.indexes # Overview pages for sections
# - navigation.instant # Navigate without reloading the page
# - navigation.instant.progress # Progress bar
- navigation.top # Back to top link
# - navigation.path # Breadcrumbs - sponsors only
- toc.follow # Auto-scroll the TOC sidebar
- content.code.copy
- content.code.annotate
# - content.code.select # Auto-select - sponsors only
# - content.tooltips # HTML tooltips, rather annoying since you can't disable them on headers etc.
# Overrides let us specify different HTML files
# for certain pages, used to customize the landing
# as well as custom icons
custom_dir: main/_overrides
extra_css:
- _css/carbon-color-overrides.css
- _css/carbon-1-colors.css
- _css/carbon-2-vars.css
- _css/carbon-3-base.css
- _css/carbon-nav-header.css
- _css/carbon-nav-side.css
- _css/carbon-search.css
- _css/carbon-layout.css
- _css/carbon-blog.css
- _css/carbon-blog-meta.css
- _css/carbon-admonitions.css
- _css/carbon-commands.css
- _css/main.css
plugins:
- search
# Enable blog
- blog:
blog_dir: blog
post_date_format: medium
post_excerpt: required
# Created nice cars for social media
# Can't get iage processing to work, abandoned for now
# https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
# - social
# https://www.mkdocs.org/user-guide/configuration/#validation-of-absolute-links
validation:
links:
absolute_links: relative_to_docs
# See file for details
hooks:
- custom_hooks.py
# Enable page status
extra:
status:
new: new content
# Extensions
# ------------------------------------------------
markdown_extensions:
# Turns every header into a link
- toc:
permalink: §
# Allow setting attributes on elements
# eg. [link](url){data-preview}
- attr_list
# Lets us wrap markdown in HTML tags
- md_in_html
# Allows for image captions
- pymdownx.blocks.caption
# Icons
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#configuration
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- main/_overrides/.icons
# Code formatting
- pymdownx.highlight:
linenums: false # May want to enable later, but requires additional styling
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Warning / note etc.
- admonition
# Instant preview of links
# Nice to have feature, but only available to sponsors
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=data+preview#instant-previews
# - material.extensions.preview:
# configurations:
# - targets:
# include:
# - changelog/index.md