File tree Expand file tree Collapse file tree 5 files changed +17
-95
lines changed Expand file tree Collapse file tree 5 files changed +17
-95
lines changed Original file line number Diff line number Diff line change 1
1
= DataStax {product} Documentation
2
2
:toc: macro
3
- :product: astra-cli-docs
3
+ :product: Astra CLI
4
4
:product-repo-name: astra-cli-docs
5
5
:product-repo-name-long: datastax/astra-cli-docs
6
6
:product-repo-link: https://github.com/datastax/astra-cli-docs.git
Original file line number Diff line number Diff line change 3
3
"scripts" : {
4
4
"build:prod:astra-cli" : " npm run build:publish:astra-cli" ,
5
5
"build:dev:astra-cli" : " npm run build:local:astra-cli" ,
6
- "build:publish:astra-cli" : " antora --log-level error --fetch --clean playbooks/site-publish-astra-cli.yaml" ,
6
+ "build:publish:astra-cli" : " antora --stacktrace --fetch --clean playbooks/site-publish-astra-cli.yaml" ,
7
7
"build:local:astra-cli" : " antora --stacktrace --fetch --clean playbooks/site-local-astra-cli.yaml" ,
8
8
"build:linkinator:astra-cli" : " npx linkinator https://docs.datastax.com/en/astra-cli/docs/ --recurse --skip ' https://localhost?'"
9
9
},
12
12
"url" : " git+https://github.com/datastax/astra-cli-docs.git"
13
13
},
14
14
"dependencies" : {
15
- "@antora/cli" : " ~3.0. 1" ,
16
- "@antora/site-generator-default " : " ~3.0 .1" ,
17
- "linkinator " : " ~3 .0.3 " ,
15
+ "@antora/cli" : " ~3.1" ,
16
+ "@antora/site-generator" : " ~3.1" ,
17
+ "@asciidoctor/tabs " : " ^1 .0.0-beta.5 " ,
18
18
"async" : " ~3.2.4" ,
19
+ "linkinator" : " ~3.0.3" ,
19
20
"mobx" : " ~6.0.4" ,
20
21
"react" : " ~16.8.4" ,
21
22
"react-dom" : " ~16.8.4" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ asciidoc:
34
34
page-pagination : ' '
35
35
sectanchors : ' '
36
36
sectlinks : ' '
37
- id-prefix : ' '
38
- id-separator : ' -'
37
+ idprefix : ' '
38
+ idseparator : ' -'
39
39
40
40
company : ' DataStax'
41
41
product : ' Product'
@@ -123,4 +123,4 @@ asciidoc:
123
123
glossary-url : ' https://docs.datastax.com/en/glossary/docs/index.html#'
124
124
125
125
extensions :
126
- - ./lib/ tabs-block.js
126
+ - ' @asciidoctor/ tabs'
Original file line number Diff line number Diff line change 1
1
site :
2
2
title : DataStax Astra CLI
3
3
url : https://docs.datastax.com/en/astra-cli
4
- # The keys.segmentIo site key must be in the site-publish playbook of each
5
- # docset. This loads Segment into the docset build, and is a requirement for
6
- # collecting site analytics .
4
+ # The google_analytics and segment_io site keys must be in the release playbook
5
+ # of each docset. This ensures that the Google Tag Manager (GTM) and Segment
6
+ # scripts get loaded into the docsets that get published to docs.datastax.com .
7
7
keys :
8
- segmentIo : d24gQtyKIUu5mLdkp11xjfiXLhRqx0HH
8
+ google_analytics : ' GTM-5FSG7Q'
9
+ segment_io : ' d24gQtyKIUu5mLdkp11xjfiXLhRqx0HH'
9
10
10
11
output :
11
12
# Bsys requires the output.dir in the site-publish playbook to be specifically
@@ -38,8 +39,8 @@ asciidoc:
38
39
page-pagination : ' '
39
40
sectanchors : ' '
40
41
sectlinks : ' '
41
- id-prefix : ' '
42
- id-separator : ' -'
42
+ idprefix : ' '
43
+ idseparator : ' -'
43
44
44
45
company : ' DataStax'
45
46
product : ' Product'
@@ -131,4 +132,4 @@ asciidoc:
131
132
astra-cli-docs : ' ssh://github.com/datastax/astra-cli-docs.git'
132
133
133
134
extensions :
134
- - ~/work/astra-cli-docs/playbooks/lib/ tabs-block.js
135
+ - ' @asciidoctor/ tabs'
You can’t perform that action at this time.
0 commit comments