-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
162 lines (153 loc) · 4.86 KB
/
Copy pathmkdocs.yml
File metadata and controls
162 lines (153 loc) · 4.86 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
site_name: DataFlow Operator Documentation
site_description: Kubernetes operator for data flow between different sources
site_author: DataFlow Team
site_url: https://dataflow-operator.github.io/docs/
repo_url: https://github.com/dataflow-operator/dataflow
edit_uri: edit/main/docs/docs/
docs_dir: docs
plugins:
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
languages:
- locale: en
name: English
default: true
build: true
nav_translations:
Home: Home
- locale: ru
name: Русский
build: true
nav_translations:
Home: Главная
Getting Started: Начало работы
Concepts: Концепции
Architecture: Архитектура
Workload Types: Типы нагрузки
DataFlow: DataFlow
Overview: Обзор
Spec Reference: Справочник spec
Lifecycle & Status: Жизненный цикл и status
DataFlowCron: DataFlowCron
Spec & Schedule: Spec и расписание
Triggers: Триггеры
Examples: Примеры
Pipeline: Конвейер
Connectors: Коннекторы
Transformations: Трансформации
Guides: Руководства
Error Handling: Обработка ошибок
Fault Tolerance: Отказоустойчивость
Metrics: Метрики
Kubernetes Events: События Kubernetes
Tools: Инструменты
Web GUI: Web GUI
MCP: MCP
Cursor Agent Skills: Agent Skills
Development: Разработка
Developer Guide: Руководство разработчика
Release Process: Release Process
Connector Development: Разработка коннекторов
Connector Protocol (stdin/stdout): Протокол коннекторов (stdin/stdout)
- search
- mermaid2
extra_javascript:
- javascripts/versions.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dataflow-operator
name: GitHub
- icon: fontawesome/solid/code-branch
link: https://github.com/dataflow-operator/dataflow/issues
name: Issues
- icon: fontawesome/solid/tag
link: https://github.com/dataflow-operator/dataflow/releases
name: Releases
generator: false
copyright: Copyright © DataFlow Team. Apache License 2.0
theme:
name: material
language: en
logo: images/logo.svg
favicon: images/favicon.svg
font:
text: Inter
code: JetBrains Mono
palette:
- scheme: default
primary: indigo
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.path
- navigation.footer
- toc.integrate
- toc.follow
- content.code.copy
- content.action.edit
nav:
- Home: index.md
- Getting Started: getting-started.md
- Concepts:
- Architecture: architecture.md
- Workload Types: concepts/workload-types.md
- DataFlow:
- Overview: dataflow/index.md
- Spec Reference: dataflow/spec.md
- Lifecycle & Status: dataflow/lifecycle.md
- DataFlowCron:
- Overview: dataflow-cron/index.md
- Spec & Schedule: dataflow-cron/spec.md
- Triggers: dataflow-cron/triggers.md
- Examples: dataflow-cron/examples.md
- Pipeline:
- Connectors: connectors.md
- Transformations: transformations.md
- Guides:
- Examples: examples.md
- Error Handling: errors.md
- Fault Tolerance: fault-tolerance.md
- Metrics: metrics.md
- Kubernetes Events: kubernetes-events.md
- Tools:
- Web GUI: gui.md
- MCP: mcp.md
- Agent Skills: agent-skills.md
- Development:
- Developer Guide: development.md
- Release Process: semver-release.md
- Connector Development: connector-development.md
- Connector Protocol (stdin/stdout): connector-protocol.md
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.tabbed
- admonition
- tables