File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
docs-src/pulsar-sink-core Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1
- name : pulsar-connector
2
- title : DataStax Apache Pulsar Connector
1
+ name : ' pulsar-connector'
2
+ title : ' DataStax Apache Pulsar Connector'
3
3
version : ~
4
- start_page : index.adoc
4
+ start_page : ' index.adoc'
5
5
6
6
nav :
7
7
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ content:
19
19
20
20
antora :
21
21
extensions :
22
+ - ' @antora/atlas-extension'
22
23
- ' @antora/collector-extension'
23
24
- lib/tailwind-processor.js
24
25
- id : unlisted-pages
@@ -55,8 +56,23 @@ asciidoc:
55
56
astra_db : ' Astra DB'
56
57
astra_stream : ' Astra Streaming'
57
58
astra_ui : ' Astra Portal'
59
+ astra_cli : ' Astra CLI'
60
+ astra-streaming-examples-repo : ' https://raw.githubusercontent.com/datastax/astra-streaming-examples/master'
61
+ luna-streaming-examples-repo : ' https://raw.githubusercontent.com/datastaxdevs/luna-streaming-examples/main'
58
62
support_url : ' https://support.datastax.com'
59
63
glossary-url : ' https://docs.datastax.com/en/glossary/docs/index.html#'
64
+ emoji-tada : " 🎉"
65
+ emoji-rocket : " 🚀"
66
+ emoji-smile : " 😀"
67
+ dse : ' DataStax Enterprise (DSE)'
68
+ cassandra : ' Apache Cassandra®'
69
+ classic : ' classic'
70
+ classic_cap : ' Classic'
71
+ serverless : ' serverless'
72
+ serverless_cap : ' Serverless'
73
+ # Antora Atlas
74
+ primary-site-url : https://docs.datastax.com/en
75
+ primary-site-manifest-url : https://docs.datastax.com/en/site-manifest.json
60
76
61
77
urls :
62
78
latest_version_segment_strategy : redirect:from
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/datastax/pulsar-sink-docs.git"
10
10
},
11
11
"scripts" : {
12
- "build:local " : " env FORCE_SHOW_EDIT_PAGE_LINK=true antora --clean --stacktrace local-preview-playbook.yml " ,
13
- "tailwindcss " : " tailwindcss build -c ./build/site/_/js/tailwind.config.js -i ./build/site/_/css/site.css -o ./build/site/_/css/site.css --minify "
12
+ "tailwindcss " : " tailwindcss build -c ./build/site/_/js/tailwind.config.js -i ./build/site/_/css/site.css -o ./build/site/_/css/site.css --minify " ,
13
+ "build:local " : " env FORCE_SHOW_EDIT_PAGE_LINK=true antora --clean --fetch --stacktrace local-preview-playbook.yml "
14
14
},
15
15
"dependencies" : {
16
+ "@antora/atlas-extension" : " ^1.0.0-alpha.2" ,
16
17
"@antora/collector-extension" : " ^1.0.0-alpha.3" ,
17
18
"@asciidoctor/tabs" : " ^1.0.0-beta.6" ,
18
- "antora" : " ~3.1 " ,
19
+ "antora" : " 3.2.0-alpha.4 " ,
19
20
"asciidoctor-external-callout" : " ~1.2.1" ,
20
21
"asciidoctor-kroki" : " ~0.18.1" ,
21
22
"csv-parser" : " ^3.0.0" ,
23
+ "lodash" : " ^4.17.21" ,
22
24
"npm-run-all" : " ^4.1.5" ,
23
25
"tailwindcss" : " ^3.3.5"
24
26
}
You can’t perform that action at this time.
0 commit comments