Skip to content

Commit c2dfb8a

Browse files
authored
Automatic sitemap generation (#247)
It is no longer necessary to include the sitemap configuration in the playbook. This PR also updates some package versions.
1 parent 1289af4 commit c2dfb8a

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@
2323
},
2424
"homepage": "https://github.com/neo4j/docs-status-codes#readme",
2525
"dependencies": {
26-
"@antora/cli": "^3.1.7",
27-
"@antora/site-generator-default": "^3.1.7",
28-
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
26+
"@antora/cli": "^3.1.10",
27+
"@antora/site-generator-default": "^3.1.10",
2928
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
30-
"@neo4j-antora/selector-labels": "^0.1.1",
31-
"@neo4j-documentation/macros": "^1.0.2",
29+
"@neo4j-documentation/macros": "^1.0.4",
3230
"@neo4j-documentation/remote-include": "^1.0.0"
3331
},
3432
"devDependencies": {

publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ ui:
2121
urls:
2222
html_extension_style: indexify
2323

24-
antora:
25-
extensions:
26-
- require: "@neo4j-antora/antora-modify-sitemaps"
27-
sitemap_version: '2025.01'
28-
sitemap_loc_version: 'current'
29-
move_sitemaps_to_components: true
30-
3124
asciidoc:
3225
extensions:
3326
- "@neo4j-documentation/remote-include"

0 commit comments

Comments
 (0)