-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs-base.yml
165 lines (154 loc) · 4.57 KB
/
mkdocs-base.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
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
site_name: Wallarm Documentation
site_url: https://docs.wallarm.com/
site_description: The Wallarm solution protects APIs, microservices and web applications from OWASP API Top 10 threats, API abuse and other automated threats with no manual rule configuration and ultra‑low false positives.
repo_url: https://github.com/wallarm/product-documentation
repo_name: GitHub
copyright: '<a href="https://www.wallarm.com/terms-of-service" target="_blank">Terms of services</a> | <a href="https://www.wallarm.com/privacy-policy" target="_blank">Privacy policy</a> | <a href="https://www.wallarm.com/cookie-policy" target="_blank">Cookie policy</a> | <a href="#__consent">Cookie settings</a> | 2024 © Wallarm Inc.'
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
js_files:
- extra.js
- feedback.js
- supported-platforms.js
css_files:
- extra_new.css
- supported-platforms.css
- meta-descriptions
- meta
- glightbox:
skip_classes:
- non-zoomable
- group:
enabled: !ENV INSIDERS
plugins:
- optimize
dev_addr: '127.0.0.1:8000'
watch:
- docs/latest
- stylesheets
theme:
language_name: English
language: en
language_lowercase: en
name: material
custom_dir: stylesheets
palette:
scheme: wallarm-palette
features:
- navigation.top
- navigation.prune
- content.code.copy
- content.code.select
- content.action.edit
- search.suggest
- content.tabs.link
logo: images/wallarm-logo-new.svg
favicon: images/favicon.svg
icon:
repo: fontawesome/brands/github-alt
font:
text: Sk Modernist
code: Roboto Mono
playground_button_name: "Explore Playground"
footer:
need_help: Need help or have questions?
contact_support: Contact Support
contact_sales: Contact Sales
extra:
social:
- icon: fontawesome/solid/globe
link: https://www.wallarm.com
- icon: fontawesome/brands/github-alt
link: https://github.com/wallarm
- icon: fontawesome/brands/twitter
link: https://twitter.com/wallarm
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/wallarm
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCgD4zSzAJwf3tBlOgJo7Qkw
generator: false
consent:
cookies:
analytics:
name: Google Analytics
checked: true
title: Cookie consent
description: We use cookies to optimize our documentation and collect valuable feedback. Your consent helps us improve! Learn more in our <a href="https://www.wallarm.com/cookie-policy" target="_blank">Cookie policy</a>.
actions:
- accept
- reject
- manage
analytics:
provider: google
property: G-3Z9P1Z18D8
feedback:
title: Was this page helpful?
ratings:
- icon: /images/happy-feedback.png
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: /images/disappointed-feedback.png
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
negative:
ask_reason: How can we improve this article? (Optional)
unclear: Information is unclear or confusing
missing: Insufficient information
outdated: Outdated or incorrect information
input_placeholder: Share your experience in more detail
send_button: Send
extra_css:
- 'extra_new.css'
extra_javascript:
- 'extra.js'
- 'feedback.js'
markdown_extensions:
- admonition
- pymdownx.highlight:
linenums_style: table
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- toc:
permalink: true
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist
- pymdownx.snippets:
check_paths: true
base_path: docs
restrict_base_path: false
- nl2br
- tables
- sane_lists
- attr_list
- prependnewline
- meta
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- stylesheets/.icons
edit_uri: ../product-documentation/edit/master/docs/latest/
validation:
absolute_links: ignore
unrecognized_links: ignore