You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: local-preview-playbook.yml
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ runtime:
3
3
failure_level: warn
4
4
git:
5
5
# ensure_git_suffix: false # Enable if necessary -- some git services don’t recognize the URL if it contains the .git extension.
6
-
fetch_concurrency: 10
6
+
fetch_concurrency: 8
7
7
8
8
site:
9
9
title: DataStax Docs
@@ -15,13 +15,17 @@ content:
15
15
sources:
16
16
- url: .
17
17
branches: HEAD
18
+
- url: https://github.com/riptano/docs-common.git
19
+
# To incorporate the currently-checked-out branch (HEAD) from your _local_ docs-common clone:
20
+
# - url: ../docs-common
21
+
# branches: HEAD
18
22
19
23
antora:
20
24
extensions:
21
-
- '@antora/atlas-extension'
22
25
- '@antora/collector-extension'
23
26
- lib/assets-processor.js
24
27
- lib/tailwind-processor.js
28
+
- '@antora/atlas-extension'
25
29
- id: unlisted-pages
26
30
enabled: true
27
31
require: lib/unlisted-pages-extension.js
@@ -31,10 +35,11 @@ antora:
31
35
asciidoc:
32
36
extensions:
33
37
- '@asciidoctor/tabs'
38
+
- asciidoctor-external-callout
39
+
- asciidoctor-kroki
40
+
- lib/icon-macro.js
34
41
- lib/remote-include-processor.js
35
42
- lib/svg-macro.js
36
-
- asciidoctor-kroki
37
-
- asciidoctor-external-callout
38
43
attributes:
39
44
# BUILT-IN ATTRIBUTES
40
45
# allow-uri-read: '' # Quality-of-life benefit for IntelliJ users. CAUTION: Opens the door to malicious code insertion - must remain disabled in prod build environment.
@@ -51,13 +56,19 @@ asciidoc:
51
56
example-caption: false
52
57
figure-caption: false
53
58
table-caption: false
59
+
table-stripes: 'hover'
54
60
xrefstyle: short
55
61
# CUSTOM ATTRIBUTES
56
62
company: 'DataStax'
57
63
astra_db: 'Astra DB'
58
64
astra_stream: 'Astra Streaming'
65
+
astra-stream: 'Astra Streaming'# AIM: Once all instances of astra_stream are removed, keep only the astra-stream attribute.
59
66
astra_ui: 'Astra Portal'
60
67
astra_cli: 'Astra CLI'
68
+
astra-cli: 'Astra CLI'# AIM: Once all instances of astra_cli are removed, keep only the astra-cli attribute.
0 commit comments