File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ asciidoc:
10
10
pulsar_version : ' 2.10' # DO NOT INCLUDE PATCH VERSION <MAJOR>.<MINOR>.<PATCH>
11
11
debezium_version : ' 1.7'
12
12
request_feature_access_email :
' [email protected] '
13
+ astra-streaming-examples-repo : ' https://raw.githubusercontent.com/datastax/astra-streaming-examples/master'
14
+ luna-streaming-examples-repo : ' https://raw.githubusercontent.com/datastaxdevs/luna-streaming-examples/main'
15
+ emoji-tada : " 🎉"
16
+ emoji-rocket : " 🚀"
17
+ emoji-smile : " 😀"
13
18
14
19
nav :
15
20
- modules/ROOT/nav.adoc
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
@@ -56,11 +57,9 @@ asciidoc:
56
57
astra_ui : ' Astra Portal'
57
58
support_url : ' https://support.datastax.com'
58
59
glossary-url : ' https://docs.datastax.com/en/glossary/docs/index.html#'
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'
61
- emoji-tada : " 🎉"
62
- emoji-rocket : " 🚀"
63
- emoji-smile : " 😀"
60
+ # Antora Atlas
61
+ primary-site-url : https://docs.datastax.com/en
62
+ primary-site-manifest-url : https://docs.datastax.com/en/site-manifest.json
64
63
65
64
urls :
66
65
latest_version_segment_strategy : redirect:from
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/datastax/streaming-learning-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