forked from redpanda-data/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantora.yml
113 lines (113 loc) · 4.27 KB
/
antora.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
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
name: ROOT
title: Redpanda
version: 23.2
start_page: get-started:intro-to-events.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
full-version: 23.2.3
latest-release-commit: '9eefb907c'
supported-kubernetes-version: 1.21
supported-helm-version: 3.6.0
supported-rhel-version: '8'
supported-ubuntu-version: '21.1'
# Data for the home page
page-feature-list:
- title: 'Redpanda Quickstart'
image: quickstart.png
description: 'Quickly get started and try out Redpanda.'
url: 'get-started:quick-start.adoc'
learn-text: true
- title: 'Use rpk'
image: rpk-commands.png
description: 'Browse commands or use rpk to interact with the Redpanda platform.'
url: 'reference:rpk/index.adoc'
learn-text: true
- title: 'Deploy Redpanda'
image: rocket.png
description: 'Configure Redpanda and deploy for production.'
url: 'deploy:index.adoc'
learn-text: true
- title: 'Redpanda Console'
image: console-icon.png
description: 'Use the Redpanda Console dashboard to administer clusters and get visibility into your data streams.'
url: 'manage:console/index.adoc'
learn-text: true
- title: 'Tiered Storage'
image: cloud-first.png
description: 'Save storage costs by offloading log segments to object storage.'
url: 'manage:tiered-storage.adoc'
learn-text: true
- title: 'Redpanda on Kubernetes'
image: redpanda-kubernetes.png
description: 'Get started with Redpanda on the Kubernetes platform.'
url: 'deploy:deployment-option/self-hosted/kubernetes/index.adoc'
learn-text: true
page-footer-menu-list:
- title: 'Get Started'
icon:
url: get-started-icon.png
size: 'higher'
items:
- text: 'Introduction to Redpanda'
url: "get-started:intro-to-events.adoc"
- text: 'How Redpanda Works'
url: "get-started:architecture.adoc"
- text: 'Redpanda Licensing'
url: "get-started:licenses.adoc"
- text: 'Redpanda Quickstart'
url: "get-started:quick-start.adoc"
- text: 'Introduction to rpk'
url: "get-started:rpk-install.adoc"
- title: 'Develop'
icon:
url: develop-icon.png
size: 'wider'
items:
- text: 'Supported Kafka Clients'
url: "develop:kafka-clients.adoc"
- text: 'Use Redpanda with Kafka Client Libraries'
url: "develop:code-examples.adoc"
- text: 'Use Redpanda with NodeJS'
url: "develop:guide-nodejs.adoc"
- text: 'Use Redpanda with HTTP Proxy API'
url: "develop:http-proxy.adoc"
- text: 'Produce Data'
url: "develop:produce-data/index.adoc"
- text: 'Consume Data'
url: "develop:consume-data/index.adoc"
- text: 'Transactions'
url: "develop:transactions.adoc"
- title: Deploy
icon:
url: deploy-icon.png
size: wider
items:
- text: Cloud Deployment
url: "deploy:deployment-option/cloud/index.adoc"
- text: Self-Hosted Deployment
url: "deploy:deployment-option/self-hosted/index.adoc"
- text: Sizing Guidelines
url: "deploy:deployment-option/self-hosted/manual/sizing.adoc"
- text: Sizing Use Cases
url: "deploy:deployment-option/self-hosted/manual/sizing-use-cases.adoc"
- text: High Availability
url: "deploy:deployment-option/self-hosted/manual/high-availability.adoc"
- text: Redpanda on Kubernetes
url: "deploy:deployment-option/self-hosted/kubernetes/index.adoc"
- title: Manage
icon:
url: manage-icon.png
size: default
items:
- text: Redpanda Console
url: "manage:console/index.adoc"
- text: Security
url: "manage:security/index.adoc"
- text: Schema Registry
url: "manage:schema-registry.adoc"
- text: Monitor Redpanda
url: "manage:monitoring.adoc"
- text: Continuous Data Balancing
url: "manage:cluster-maintenance/continuous-data-balancing.adoc"