-
Notifications
You must be signed in to change notification settings - Fork 1
/
antora.yml
77 lines (77 loc) · 3.47 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
name: redpanda-cloud
title: Cloud
version: ~
start_page: home:index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
project-github: redpanda-data/connect
page-header-data:
order: 1
color: '#014F86'
# Name of the Redpanda UI used in content that is single-sourced with Redpanda Console.
ui: Redpanda Cloud
env-cloud: true
page-cloud: true
# Fallback versions
# We try to fetch the latest from GitHub at build time
# --
full-version: 24.1.1
latest-release-commit: 'b5ade3f40'
latest-operator-version: 'v2.1.11-24.1.1'
latest-redpanda-helm-chart-version: 5.8.3
# --
supported-rhel-required: '8'
supported-rhel-recommended: '9+'
supported-ubuntu-required: '20.04 LTS'
supported-ubuntu-recommended: '22.04+'
badge-deprecated: 'image:https://img.shields.io/badge/-Deprecated-red.svg[xref=upgrade:deprecated/index.adoc]'
# Data for the home page
page-home-intro: Redpanda Cloud is a complete event streaming platform delivered as a fully-managed service. Select from different cluster options to meet your unique requirements for data sovereignty, infrastructure operations, and development teams.
page-home-image: panda.png # images must be in modules/ROOT/images
page-home-intro-learn-more: get-started:cloud-overview.adoc
page-home-primary-row-title: Deploy
page-home-primary-row:
- title: 'Serverless'
description: 'Clusters hosted in Redpanda Cloud. This is the fastest and easiest way to start data streaming.'
url: 'get-started:cluster-types/serverless.adoc'
link-text: 'Get started'
- title: 'Dedicated'
description: 'Clusters hosted in Redpanda Cloud. This provides more control over your deployment.'
url: 'get-started:cluster-types/dedicated/quick-start-cloud.adoc'
link-text: 'Get started'
- title: 'BYOC'
description: 'Clusters hosted in your private cloud. This provides more control over your deployment and full data sovereignty.'
url: 'get-started:cluster-types/byoc/index.adoc'
link-text: 'Get started'
page-home-secondary-row-title: Popular topics
page-home-secondary-row:
- title: "What's new"
description: 'Explore new features in Redpanda Cloud.'
url: 'get-started:whats-new-cloud.adoc'
link-text: 'Learn more'
- title: 'Redpanda Connect'
description: 'Run streaming data pipelines on your Redpanda Cloud clusters.'
url: 'develop:connect/about.adoc'
link-text: 'Learn more'
- title: 'Cloud API quickstart'
description: 'Get started with the Redpanda Cloud API.'
url: 'manage:api/cloud-api-quickstart.adoc'
link-text: 'Learn more'
- title: 'rpk commands'
description: 'Redpanda CLI reference for Redpanda Cloud.'
url: 'reference:rpk/index.adoc'
link-text: 'Learn more'
page-home-tertiary-row-title: 'Labs'
page-home-tertiary-row:
- title: 'Build a chat room application with Golang'
url: 'redpanda-labs:clients:cloud-go.adoc'
- title: 'Build a chat room application with Java'
url: 'redpanda-labs:clients:cloud-java.adoc'
- title: 'Build a chat room application with Node.js'
url: 'redpanda-labs:clients:cloud-nodejs.adoc'
- title: 'Build a chat room application with Python'
url: 'redpanda-labs:clients:cloud-python.adoc'
- title: 'Build a chat room application with Rust'
url: 'redpanda-labs:clients:cloud-rust.adoc'