forked from RaminNietzsche/CVE-Radar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
171 lines (162 loc) · 5.93 KB
/
Copy pathmkdocs.yml
File metadata and controls
171 lines (162 loc) · 5.93 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
site_name: "CVE Radar — Documentation"
site_description: "Complete multilingual product documentation (en · fa · ar · ru · zh · fr)"
site_author: "CVE Radar contributors"
copyright: "Copyright © CVE Radar — MIT License"
# Must match public URL including subpath (trailing slash). Override in CI: DOCS_SITE_URL
site_url: !ENV [DOCS_SITE_URL, 'https://blog.raminnietzsche.ir/CVE-Radar/']
repo_url: https://github.com/RaminNietzsche/CVE-Radar
edit_uri: edit/main/extended-docs/docs/
docs_dir: docs
site_dir: site
theme:
name: material
language: en
font:
text: Roboto
code: JetBrains Mono
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Light mode
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- toc.follow
plugins:
- search:
lang:
- en
- ar
- ru
- zh
separator: '[\\s\\u200c\\-]+'
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
toc_depth: 3
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid_fence.fence_mermaid_div
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
hooks:
- hooks/asset_paths.py
extra_css:
- https://cdn.jsdelivr.net/npm/swagger-ui-dist@5.31.0/swagger-ui.css
- stylesheets/extra.css
- stylesheets/swagger-dark.css
extra_javascript:
- javascripts/vendor/mermaid.min.js
- javascripts/vendor/panzoom.min.js
- javascripts/mermaid-zoom.js
- https://cdn.jsdelivr.net/npm/swagger-ui-dist@5.31.0/swagger-ui-bundle.js
- https://cdn.jsdelivr.net/npm/swagger-ui-dist@5.31.0/swagger-ui-standalone-preset.js
- javascripts/cve-swagger-ui.js
extra:
generator: false
nav:
- Home: index.md
- Glossary: glossary.md
- English:
- 01 Overview: content/en/01-overview.md
- 02 Installation: content/en/02-installation.md
- 03 User interface: content/en/03-user-interface.md
- 04 Scan & watch: content/en/04-scan-watch.md
- 05 i18n & translation: content/en/05-i18n-translation.md
- 06 API reference: content/en/06-api.md
- 07 Configuration: content/en/07-configuration.md
- 08 Architecture: content/en/08-architecture.md
- 09 Alerts & monitoring: content/en/09-alerts.md
- 10 Operations: content/en/10-operations.md
- 11 Self-hosted: content/en/11-self-hosted.md
- فارسی:
- ۰۱ نمای کلی: content/fa/01-overview.md
- ۰۲ نصب: content/fa/02-installation.md
- ۰۳ رابط کاربری: content/fa/03-user-interface.md
- ۰۴ اسکن و نظارت: content/fa/04-scan-watch.md
- ۰۵ چندزبانگی و ترجمه: content/fa/05-i18n-translation.md
- ۰۶ مرجع API: content/fa/06-api.md
- ۰۷ پیکربندی: content/fa/07-configuration.md
- ۰۸ معماری: content/fa/08-architecture.md
- ۰۹ هشدارها: content/fa/09-alerts.md
- ۱۰ عملیات: content/fa/10-operations.md
- ۱۱ self-host: content/fa/11-self-hosted.md
- العربية:
- 01 نظرة عامة: content/ar/01-overview.md
- 02 التثبيت: content/ar/02-installation.md
- 03 الواجهة: content/ar/03-user-interface.md
- 04 الفحص والمراقبة: content/ar/04-scan-watch.md
- 05 الترجمة: content/ar/05-i18n-translation.md
- 06 API: content/ar/06-api.md
- 07 الإعداد: content/ar/07-configuration.md
- 08 الهندسة: content/ar/08-architecture.md
- 09 التنبيهات: content/ar/09-alerts.md
- 10 التشغيل: content/ar/10-operations.md
- 11 self-host: content/ar/11-self-hosted.md
- Русский:
- 01 Обзор: content/ru/01-overview.md
- 02 Установка: content/ru/02-installation.md
- 03 Интерфейс: content/ru/03-user-interface.md
- 04 Скан и мониторинг: content/ru/04-scan-watch.md
- 05 i18n: content/ru/05-i18n-translation.md
- 06 API: content/ru/06-api.md
- 07 Конфигурация: content/ru/07-configuration.md
- 08 Архитектура: content/ru/08-architecture.md
- 09 Оповещения: content/ru/09-alerts.md
- 10 Эксплуатация: content/ru/10-operations.md
- 11 Self-host: content/ru/11-self-hosted.md
- 中文:
- 01 概述: content/zh/01-overview.md
- 02 安装: content/zh/02-installation.md
- 03 界面: content/zh/03-user-interface.md
- 04 扫描与监控: content/zh/04-scan-watch.md
- 05 国际化: content/zh/05-i18n-translation.md
- 06 API: content/zh/06-api.md
- 07 配置: content/zh/07-configuration.md
- 08 架构: content/zh/08-architecture.md
- 09 告警: content/zh/09-alerts.md
- 10 运维: content/zh/10-operations.md
- 11 自托管: content/zh/11-self-hosted.md
- Français:
- 01 Vue d'ensemble: content/fr/01-overview.md
- 02 Installation: content/fr/02-installation.md
- 03 Interface: content/fr/03-user-interface.md
- 04 Scan & veille: content/fr/04-scan-watch.md
- 05 i18n: content/fr/05-i18n-translation.md
- 06 API: content/fr/06-api.md
- 07 Configuration: content/fr/07-configuration.md
- 08 Architecture: content/fr/08-architecture.md
- 09 Alertes: content/fr/09-alerts.md
- 10 Exploitation: content/fr/10-operations.md
- 11 Self-host: content/fr/11-self-hosted.md
- API Explorer:
- Try it out: prototype/api-explorer.md