-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs-base.yml
More file actions
168 lines (156 loc) · 4.65 KB
/
mkdocs-base.yml
File metadata and controls
168 lines (156 loc) · 4.65 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
site_name: Wallarm Documentation
site_url: https://docs.wallarm.com/
site_description: Wallarm delivers real-time protection for APIs and AI agents, stopping automated threats and abuse while also providing full security visibility with complete API inventory and risk detection.
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> | 2026 © Wallarm Inc.'
plugins:
- search
- meta-descriptions
- meta
- glightbox:
skip_classes:
- non-zoomable
- group:
plugins:
- optimize
dev_addr: '127.0.0.1:8000'
watch:
- docs/latest
- stylesheets
theme:
language: en
name: material
variant: classic
custom_dir: stylesheets
palette:
scheme: wallarm-palette
features:
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.footer
- navigation.path
- navigation.top
# - navigation.prune
- content.code.copy
- content.code.select
- content.action.edit
- content.action.view
- search.suggest
- content.tabs.link
logo: images/wallarm-logo-new.svg
favicon: favicon.png
icon:
repo: fontawesome/brands/github-alt
font:
text: Schibsted Grotesk
code: Roboto Mono
extra:
language_name: English
language_lowercase: en
playground_button_name: "Product tour"
try_button_name: "Use for free"
footer:
need_help: Need help or have questions?
contact_support: Contact Support
contact_sales: Contact Sales
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: Amplitude Analytics
checked: true
google_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: custom
amplitude_api_key: 78e35700de65a613b46a06dafca5d5e7
google_analytics_id: 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'
- 'glightbox.min.css'
extra_javascript:
- 'extra.js'
- 'feedback.js'
- 'glightbox.min.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