-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.yml
More file actions
183 lines (168 loc) · 4.78 KB
/
Copy pathbase.yml
File metadata and controls
183 lines (168 loc) · 4.78 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
# DO NOT EDIT, this is maintained by https://github.ibm.com/oic/handbook-template
# Repository Information
edit_uri: 'edit/main/docs'
docs_dir: 'docs'
site_dir: 'site'
remote_branch: 'gh-pages'
remote_name: 'origin'
# Server info
dev_addr: '127.0.0.1:8000'
# Legal links (do not edit or remove)
legal:
privacy_label: 'Privacy Policy'
privacy_link: 'https://w3.ibm.com/w3publisher/w3-privacy-notice/'
terms_label: 'Terms of Use'
terms_link: 'https://w3.ibm.com/w3publisher/w3-terms-of-use'
a11y_label: 'Accessibility'
a11y_link: 'https://w3.ibm.com/able/index.html'
bcg_label: 'Business Conduct Guidelines'
bcg_link: 'https://w3.ibm.com/w3publisher/trust-compliance/bcgs'
# Handbook Template Information
oic_handbook:
template_repo: 'https://github.ibm.com/oic/handbook-template/'
# See https://github.ibm.com/oic/handbook-template/wiki/Releases
# for more information on versioning
template_version: 'v2024.1.1'
template_display_info: true
# Array of extra .css stylesheets. To be customized in mkdocs.yml
extra_css: {}
# Array of extra .js scripts. To be customized in mkdocs.yml
extra_javascript: {}
# Theme
theme:
name: material
custom_dir: theme
# Static files
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: carbon-design-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: carbon-design-dark
toggle:
icon: material/brightness-4
name: Switch to light mode
font: false
favicon: 'favicon.ico'
logo: 'logo-ibm.png'
# hide:
# - navigation # Hide left navigation
# - toc # Hide right navigation
# extra:
# generator: false # This is an insiders feature
# Extra stylesheet
extra_css:
- 'carbon.css'
- 'pdf.css'
# Extra links as icons at the bottom of the page
extra:
social:
- icon: fontawesome/brands/slack
link: https://ibm.enterprise.slack.com/archives/C04N7C3LEG1
- icon: fontawesome/brands/github
link: https://github.com/DataMigrators/nextgen.mettleci.io
- icon: fontawesome/solid/globe
link: https://www.mettleci.com
# Configure the Markdown extensions for magic links
markdown_extensions:
admonition: {}
attr_list: {}
def_list: {}
tables: {}
abbr: {}
footnotes: {}
md_in_html: {}
meta: {}
smarty:
smart_quotes: false
pymdownx.betterem: {}
pymdownx.critic: {}
pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: flow
class: uml-flowchart
format: !!python/name:pymdownx.superfences.fence_code_format
- name: sequence
class: uml-sequence-diagram
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- name: pycon3
lang: pycon
options:
python3: true
linenums_style: pymdownx-inline
line_spans: __span
pygments_lang_class: true
pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
pymdownx.tilde: {}
pymdownx.caret: {}
pymdownx.smartsymbols: {}
pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/_icons
pymdownx.escapeall:
hardbreak: true
nbsp: true
pymdownx.tasklist:
custom_checkbox: true
pymdownx.progressbar: {}
pymdownx.arithmatex: {}
pymdownx.mark: {}
pymdownx.striphtml: {}
pymdownx.snippets:
auto_append:
- includes/abbreviations.md
pymdownx.keys:
separator: "\uff0b"
pymdownx.details: {}
pymdownx.tabbed:
alternate_style: true
plugins:
search: {}
inline-svg: {}
table-reader: {}
git-revision-date-localized:
fallback_to_build_date: true
git-authors: {}
glightbox: {}
awesome-pages:
filename: .pages
collapse_single_pages: false
strict: false
minify:
minify_html: true
pdf-export:
verbose: false
media_type: print
enabled_if_env: ENABLE_PDF_EXPORT
combined: true