forked from redpanda-data/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mkdocs.yml
43 lines (43 loc) · 1.45 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
site_name: Benthos
site_description: A stream processor specialising in mundane tasks.
site_author: Ashley Jeffs
repo_url: https://github.com/Jeffail/benthos
google_analytics: ['UA-135959729-3', 'docs.benthos.dev']
theme:
name: mkdocs
custom_dir: resources/mkdocs/custom
highlightjs: true
hljs_style: monokai
hljs_languages:
- yaml
extra_css:
- style/blobfish.css
nav:
- Home: '/'
- Cookbooks: 'cookbooks/README.md'
- Components:
- 'Inputs': 'inputs/README.md'
- 'Buffers': 'buffers/README.md'
- 'Processors': 'processors/README.md'
- 'Conditions': 'conditions/README.md'
- 'Outputs': 'outputs/README.md'
- 'Caches': 'caches/README.md'
- 'Rate Limits': 'rate_limits/README.md'
- 'Metrics': 'metrics/README.md'
- 'Tracers': 'tracers/README.md'
- 'Logger': 'logger/README.md'
- Guides:
- 'Getting Started': 'getting_started.md'
- 'Serverless': 'serverless/README.md'
- 'Configuration': 'configuration.md'
- 'Configuration Testing': 'configuration_testing.md'
- 'Config Interpolation': 'config_interpolation.md'
- 'Processing Pipelines': 'pipeline.md'
- 'Message Batching': 'batching.md'
- 'Error Handling': 'error_handling.md'
- 'Performance Tuning': 'performance_tuning.md'
- 'Monitoring': 'monitoring.md'
- 'Synchronous Responses': 'sync_responses.md'
- 'Workflows': 'workflows.md'
- 'Streams Mode': 'streams/README.md'
- 'Applied Examples': 'examples/README.md'