File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed 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
@@ -57,6 +58,9 @@ asciidoc:
57
58
astra_ui : ' Astra Portal'
58
59
support_url : ' https://support.datastax.com'
59
60
glossary-url : ' https://docs.datastax.com/en/glossary/docs/index.html#'
61
+ # Antora Atlas
62
+ primary-site-url : https://docs.datastax.com/en
63
+ primary-site-manifest-url : https://docs.datastax.com/en/site-manifest.json
60
64
61
65
urls :
62
66
latest_version_segment_strategy : redirect:from
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/datastax/astra-cli-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