Skip to content

Commit 3463599

Browse files
committed
add xref validator
1 parent 3fc7978 commit 3463599

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

doc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@neo4j-antora/antora-page-roles": "^0.3.2",
2828
"@neo4j-antora/roles-labels": "^0.1.2",
2929
"@neo4j-antora/table-footnotes": "^1.0.0",
30+
"@neo4j-antora/xref-hash-validator": "^0.1.3",
3031
"@neo4j-documentation/macros": "^1.0.4",
3132
"@neo4j-documentation/remote-include": "^1.0.0",
3233
"antora": "3.1.14",

doc/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ antora:
3030
extensions:
3131
- "@neo4j-antora/table-footnotes"
3232
- "@neo4j-antora/roles-labels"
33+
- "@neo4j-antora/xref-hash-validator"
3334

3435
asciidoc:
3536
extensions:

doc/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ antora:
2929
extensions:
3030
- "@neo4j-antora/table-footnotes"
3131
- "@neo4j-antora/roles-labels"
32-
32+
- "@neo4j-antora/xref-hash-validator"
33+
3334
asciidoc:
3435
extensions:
3536
- "@neo4j-documentation/remote-include"

0 commit comments

Comments
 (0)