-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (101 loc) · 2.97 KB
/
mkdocs.yml
File metadata and controls
110 lines (101 loc) · 2.97 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
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/
docs_dir: docs
plugins:
- 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.instant
- navigation.instant.progress
- navigation.top
- navigation.path
- navigation.footer
- toc.integrate
- toc.follow
nav:
- Home: en/index.md
- Getting Started: en/getting-started.md
- Architecture: en/architecture.md
- Connectors: en/connectors.md
- Transformations: en/transformations.md
- Examples: en/examples.md
- Errors: en/errors.md
- Fault Tolerance: en/fault-tolerance.md
- Metrics: en/metrics.md
- Web GUI: en/gui.md
- Kubernetes Events: en/kubernetes-events.md
- MCP: en/mcp.md
- Development: en/development.md
- Release Process: en/semver-release.md
- Connector Development: en/connector-development.md
- "---"
- "Русский":
- "Главная": ru/index.md
- "Начало работы": ru/getting-started.md
- "Архитектура": ru/architecture.md
- "Коннекторы": ru/connectors.md
- "Трансформации": ru/transformations.md
- "Примеры": ru/examples.md
- "Обработка ошибок": ru/errors.md
- "Отказоустойчивость": ru/fault-tolerance.md
- "Метрики": ru/metrics.md
- "Web GUI": ru/gui.md
- "События Kubernetes": ru/kubernetes-events.md
- "MCP": ru/mcp.md
- "Разработка": ru/development.md
- "Release Process": ru/semver-release.md
- "Разработка коннекторов": ru/connector-development.md
markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.tabbed
- admonition
- tables