File tree Expand file tree Collapse file tree 3 files changed +30
-12
lines changed Expand file tree Collapse file tree 3 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1
- name : starlight-for-jms
2
- title : Starlight for JMS
3
- start_page : index.adoc
4
-
5
- asciidoc :
6
- attributes :
7
- jms_repo : ' https://github.com/datastax/pulsar-jms/'
8
- allow-uri-read : ' ' # this has no effect in antora, but does help development in Intellij
1
+ name : ' starlight-for-jms'
2
+ title : ' Starlight for JMS'
3
+ version : ' 3.2'
4
+ start_page : ' index.adoc'
9
5
10
6
nav :
11
7
- modules/ROOT/nav.adoc
12
8
- modules/examples/nav.adoc
13
9
- modules/jms-migration/nav.adoc
14
- - modules/reference/nav.adoc
10
+ - modules/reference/nav.adoc
11
+
12
+ asciidoc :
13
+ attributes :
14
+ jms_repo : ' https://github.com/datastax/pulsar-jms/'
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ content:
18
18
19
19
antora :
20
20
extensions :
21
+ - ' @antora/atlas-extension'
21
22
- ' @antora/collector-extension'
22
23
- lib/tailwind-processor.js
23
24
- id : unlisted-pages
@@ -54,8 +55,23 @@ asciidoc:
54
55
astra_db : ' Astra DB'
55
56
astra_stream : ' Astra Streaming'
56
57
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'
57
61
support_url : ' https://support.datastax.com'
58
62
glossary-url : ' https://docs.datastax.com/en/glossary/docs/index.html#'
63
+ emoji-tada : " 🎉"
64
+ emoji-rocket : " 🚀"
65
+ emoji-smile : " 😀"
66
+ dse : ' DataStax Enterprise (DSE)'
67
+ cassandra : ' Apache Cassandra®'
68
+ classic : ' classic'
69
+ classic_cap : ' Classic'
70
+ serverless : ' serverless'
71
+ serverless_cap : ' Serverless'
72
+ # Antora Atlas
73
+ primary-site-url : https://docs.datastax.com/en
74
+ primary-site-manifest-url : https://docs.datastax.com/en/site-manifest.json
59
75
60
76
urls :
61
77
latest_version_segment_strategy : redirect:from
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/datastax/starlight-for-jms-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