-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
167 lines (160 loc) · 4.65 KB
/
Copy pathmkdocs.yml
File metadata and controls
167 lines (160 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
site_name: Exordos Core
site_url: https://github.com/exordos/
repo_name: exordos_core
repo_url: https://github.com/exordos/exordos_core
edit_uri: browse/docs/
copyright: Copyright © 2025-2026 Genesis Corporation
use_directory_urls: false
theme:
name: zensical
variant: modern
language: en
features:
- search.suggest
- search.highlight
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- content.code.copy
palette:
- scheme: default
primary: indigo
toggle:
icon: lucide/sun
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: lucide/moon
name: Switch to light mode
plugins:
- i18n:
docs_structure: suffix
fallback_to: en
languages:
- locale: en
default: true
name: English
build: true
- locale: ru
name: Русский
build: true
nav_translations:
Software: Продукт
Usage: Использование
Platform Overview: Обзор платформы
Licensing: Лицензирование
Local Deployment: Локальное развёртывание
Admin Guide: Руководство администратора
Support: Поддержка
Security: Безопасность
Troubleshooting: Устранение неполадок
Wizard: Мастер настройки
Developers: Разработчикам
App Guide: Руководство по приложениям
Core Guide: Руководство по ядру
OpenAPI: OpenAPI
Boot API: Boot API
Orch API: Orch API
Status API: Status API
User API: User API
Element: Элементы
Manifest: Манифест
API: API
Service as a Service API: Service as a Service API
Example commands: Примеры команд
IAM: IAM
Permissions: Права доступа
Network: Сеть
LBaaS API: LBaaS API
Secrets: Секреты
Certificates: Сертификаты
Passwords: Пароли
- search:
lang:
- en
- ru
- glightbox
- render_swagger
extra:
repo_icon: github
alternate:
- name: English
link: ./
lang: en
- name: Русский
link: ./index.ru.html
lang: ru
extra_javascript:
- javascripts/i18n-nav.js
markdown_extensions:
- meta
- admonition
- footnotes
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink: '#'
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:zensical.extensions.emoji.twemoji
emoji_generator: !!python/name:zensical.extensions.emoji.to_svg
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
nav:
- Software: index.md
- Usage:
- Platform Overview: usage/platform-overview.md
- Licensing: usage/licensing.md
- Local Deployment: usage/local_deployment.md
- Admin Guide: usage/admin-guide.md
- Support: usage/support-lifecycle.md
- Security: usage/security.md
- Troubleshooting: usage/troubleshooting.md
- Wizard: usage/wizard.md
- Developers:
- App Guide: app-developer-guide/app-guide.md
- Core Guide: core-developer-guide/core-guide.md
- Repo Proxy: core-developer-guide/repo-proxy.md
- OpenAPI:
- User API: openapi/openapi_user.md
- Boot API: openapi/openapi_boot.md
- Orch API: openapi/openapi_orch.md
- Status API: openapi/openapi_status.md
- Element:
- Manifest: em/manifest.md
- API: em/api_documentation.md
- Service as a Service API: em/service.md
- Example commands: em/cli.md
- IAM:
- Permissions: iam/permissions_overview.md
- Network:
- LBaaS API: network/load_balancer.md
- Secrets:
- Certificates: secret/certificates.md
- Passwords: secret/passwords.md