-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (61 loc) · 2.32 KB
/
mkdocs.yml
File metadata and controls
65 lines (61 loc) · 2.32 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
site_name: "Zoe - The Kafka Companion"
repo_name: adevinta/zoe
repo_url: https://github.com/adevinta/zoe
site_description: "Zoe - The Kafka companion"
site_author: Adevinta
remote_branch: gh-pages
copyright: 'Copyright (c) 2020 Adevinta'
theme:
name: 'material'
palette:
primary: 'deep purple'
accent: 'indigo'
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- 'Overview': index.md
- 'Install':
- 'Overview': install/overview.md
- 'Platform packages': install/package.md
- 'Homebrew': install/homebrew.md
- 'Tarball install': install/tarball.md
- 'Docker': install/docker.md
- 'Enable auto completion': install/completion.md
- 'Getting started':
- 'Overview': basics/overview.md
- 'Prepare the environment': basics/prepare.md
- 'Producing data': basics/produce.md
- 'Consuming data': basics/consume.md
- 'Operations': basics/operations.md
- 'Configuration':
- 'Overview': configuration/overview.md
- 'Config initialization': configuration/init.md
- 'Environments': configuration/environments.md
- 'Configuration loading chain': configuration/chain.md
- 'Reference': configuration/reference.md
- 'Advanced usage':
- 'Using avro and schema registry': advanced/avro.md
- 'Registered expressions': advanced/expressions.md
- 'Overriding defaults': advanced/defaults.md
- 'Using aliases': advanced/aliases.md
- 'Secrets provider':
- 'Overview': advanced/secrets/overview.md
- 'Environment variables provider': advanced/secrets/envvars.md
- 'Strongbox': advanced/secrets/strongbox.md
- 'AWS Secrets Manager': advanced/secrets/awssm.md
- 'Exec provider': advanced/secrets/exec.md
- 'Runners in depth':
- 'Overview': advanced/runners/overview.md
- 'Local': advanced/runners/local.md
- 'Lambda': advanced/runners/lambda.md
- 'Kubernetes': advanced/runners/kubernetes.md
- 'Hands-on Guides':
- 'Overview': guides/overview.md
- 'Basic scenario': guides/simple/guide.md
- 'Zoe with Avro': guides/avro/guide.md
- 'Zoe with Kubernetes': guides/kubernetes/guide.md
- 'Managing the configuration': guides/configuration/guide.md