1
- name : astra-streaming
2
- title : Astra Streaming
1
+ name : ' astra-streaming'
2
+ title : ' Astra Streaming'
3
3
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
5
12
6
13
asciidoc :
7
14
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'
9
17
product_name : ' Astra Streaming'
10
- astra_db : ' Astra DB'
11
- astra_stream : ' Astra Streaming'
12
18
kafka_for_astra : ' Starlight for Kafka'
13
19
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'
17
20
gpt-schema-translator : ' GPT schema translator'
18
- bearer_token_value : ' <replace-me>'
19
21
base_url : ' https://api.astra.datastax.com'
20
22
base_api : ' /v2/streaming'
21
23
bearer_token : ' $BEARER_TOKEN'
@@ -24,23 +26,10 @@ asciidoc:
24
26
tenant_name : ' testcreate'
25
27
topic_name : ' blah'
26
28
request_feature_access_email :
' [email protected] '
27
- astra-streaming-examples-repo : ' https://raw.githubusercontent.com/datastax/astra-streaming-examples/master'
28
- external-link-icon : ' ↗'
29
29
streaming_signup_url : ' https://astra.datastax.com/streaming'
30
30
login_url : ' https://astra.datastax.com'
31
31
langstream : ' RAGStack'
32
32
ragstack : ' RAGStack'
33
33
db-serverless : ' Astra DB Serverless'
34
34
url-astra : ' https://astra.datastax.com'
35
35
link-astra-portal : ' {url-astra}[{astra_ui}^]'
36
- astra_cli : ' Astra CLI'
37
- emoji-tada : " 🎉"
38
- emoji-rocket : " 🚀"
39
- emoji-smile : " 😀"
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
0 commit comments