forked from numaproj/numaflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
87 lines (87 loc) · 2.27 KB
/
mkdocs.yml
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
site_name: Numaflow - Data/streaming processing platform on Kubernetes
repo_url: https://github.com/numaproj/numaflow
edit_uri: edit/main/docs/
strict: true
theme:
name: material
favicon: assets/numaproj.svg
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
palette:
- scheme: default
primary: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
analytics:
provider: google
property: G-M7DD40E8RV
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
nav:
- Home: README.md
- Getting Started:
- quick-start.md
- User Guide:
- Core Concepts:
- pipeline.md
- vertex.md
- inter-step-buffer.md
- inter-step-buffer-service.md
- Sources:
- sources/generator.md
- sources/http.md
- sources/kafka.md
- Sinks:
- sinks/kafka.md
- sinks/log.md
- sinks/blackhole.md
- User Defined Sinks: "sinks/user-defined-sinks.md"
- User Defined Functions:
- Overview: "user-defined-functions.md"
- Built-in UDFs:
- Overview: "builtin-functions/README.md"
- Cat: "builtin-functions/cat.md"
- Filter: "builtin-functions/filter.md"
- pipeline-tuning.md
- conditional-forwarding.md
- autoscaling.md
- container-resources.md
- volumes.md
- environment-variables.md
- init-containers.md
- sidecar-containers.md
- pipeline-customization.md
- watermarks.md
- APIs.md
- Operator Manual:
- Releases ⧉: "releases.md"
- installation.md
- Configuration:
- Controller Configuration: "controller-configmap.md"
- metrics/metrics.md
- Developer Guide:
- development.md
- Specifications:
- Overview: "specs/overview.md"
- "specs/autoscaling.md"
- debugging.md
- static-code-analysis.md
- releasing.md
- Numaproj: https://numaproj.io