Skip to content

Commit 6c7e4a1

Browse files
Clean up antora.yml
1 parent bef98a0 commit 6c7e4a1

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

antora.yml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
name: astra-streaming
2-
title: Astra Streaming
1+
name: 'astra-streaming'
2+
title: 'Astra Streaming'
33
version: ~
4-
start_page: index.adoc
4+
start_page: 'index.adoc'
5+
6+
nav:
7+
- modules/getting-started/nav.adoc
8+
- modules/developing/nav.adoc
9+
- modules/operations/nav.adoc
10+
- modules/ROOT/nav.adoc
11+
- modules/apis/nav.adoc
512

613
asciidoc:
714
attributes:
8-
allow-uri-read: '' # this has no effect in antora, but does help development in Intellij
15+
pulsar_version: '2.10' #DO NOT INCLUDE PATCH VERSION <MAJOR>.<MINOR>.<PATCH>
16+
pulsar_full_version: '2.10.1'
917
product_name: 'Astra Streaming'
10-
astra_db: 'Astra DB'
11-
astra_stream: 'Astra Streaming'
1218
kafka_for_astra: 'Starlight for Kafka'
1319
starlight_rabbitmq: 'Starlight for RabbitMQ'
14-
pulsar_version: '2.10' #DO NOT INCLUDE PATCH VERSION <MAJOR>.<MINOR>.<PATCH>
15-
pulsar_full_version: '2.10.1'
16-
astra_ui: 'Astra Portal'
1720
gpt-schema-translator: 'GPT schema translator'
18-
bearer_token_value: '<replace-me>'
1921
base_url: 'https://api.astra.datastax.com'
2022
base_api: '/v2/streaming'
2123
bearer_token: '$BEARER_TOKEN'
@@ -24,23 +26,10 @@ asciidoc:
2426
tenant_name: 'testcreate'
2527
topic_name: 'blah'
2628
request_feature_access_email: '[email protected]'
27-
astra-streaming-examples-repo: 'https://raw.githubusercontent.com/datastax/astra-streaming-examples/master'
28-
external-link-icon: '&#x2197;'
2929
streaming_signup_url: 'https://astra.datastax.com/streaming'
3030
login_url: 'https://astra.datastax.com'
3131
langstream: 'RAGStack'
3232
ragstack: 'RAGStack'
3333
db-serverless: 'Astra DB Serverless'
3434
url-astra: 'https://astra.datastax.com'
3535
link-astra-portal: '{url-astra}[{astra_ui}^]'
36-
astra_cli: 'Astra CLI'
37-
emoji-tada: "&#127881;"
38-
emoji-rocket: "&#128640;"
39-
emoji-smile: "&#128512"
40-
41-
nav:
42-
- modules/getting-started/nav.adoc
43-
- modules/developing/nav.adoc
44-
- modules/operations/nav.adoc
45-
- modules/ROOT/nav.adoc
46-
- modules/apis/nav.adoc

local-preview-playbook.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,20 @@ asciidoc:
5555
astra_db: 'Astra DB'
5656
astra_stream: 'Astra Streaming'
5757
astra_ui: 'Astra Portal'
58+
astra_cli: 'Astra CLI'
59+
astra-streaming-examples-repo: 'https://raw.githubusercontent.com/datastax/astra-streaming-examples/master'
60+
luna-streaming-examples-repo: 'https://raw.githubusercontent.com/datastaxdevs/luna-streaming-examples/main'
5861
support_url: 'https://support.datastax.com'
5962
glossary-url: 'https://docs.datastax.com/en/glossary/docs/index.html#'
63+
emoji-tada: "&#127881;"
64+
emoji-rocket: "&#128640;"
65+
emoji-smile: "&#128512"
66+
dse: 'DataStax Enterprise (DSE)'
67+
cassandra: 'Apache Cassandra®'
68+
classic: 'classic'
69+
classic_cap: 'Classic'
70+
serverless: 'serverless'
71+
serverless_cap: 'Serverless'
6072
# Antora Atlas
6173
primary-site-url: https://docs.datastax.com/en
6274
primary-site-manifest-url: https://docs.datastax.com/en/site-manifest.json

modules/getting-started/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will need the following to complete this guide:
2222

2323
== Create your Astra account
2424

25-
. Navigate to the {streaming_signup_url}[Astra portal sign in page^]{external-link-icon}.
25+
. Navigate to the {streaming_signup_url}[Astra portal sign in page^].
2626
+
2727
image:astream-login.png[Login to Astra]
2828

@@ -34,7 +34,7 @@ image:astream-create-account.png[Create Astra account]
3434

3535
. You should receive an email from DataStax verifying your address - click the button within.
3636

37-
. If you aren't automatically signed in, visit the {login_url}[Astra sign in page^]{external-link-icon} and use your new account creds.
37+
. If you aren't automatically signed in, visit the {login_url}[Astra sign in page^] and use your new account creds.
3838

3939
== Your first streaming tenant
4040

0 commit comments

Comments
 (0)