Skip to content

Commit ee44d9d

Browse files
authored
Remove sitemap extension from playbook (#120)
1 parent d21f2ff commit ee44d9d

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"clean": "rm -rf build",
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"start": "nodemon -e adoc --exec \"npm run build && npm run serve\"",
9+
"start": "npm update && nodemon -e adoc --exec \"npm run build\" & npm run serve",
1010
"serve": "node server.js",
1111
"build": "antora --stacktrace preview.yml",
1212
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
@@ -24,22 +24,19 @@
2424
},
2525
"homepage": "https://github.com/neo4j/docs-http-api#readme",
2626
"dependencies": {
27-
"@antora/cli": "^3.1.7",
28-
"@antora/site-generator-default": "^3.1.7",
27+
"antora": "^3.1.10",
28+
"@neo4j-antora/aliases-redirects": "^0.2.3",
2929
"@neo4j-antora/antora-add-notes": "^0.3.1",
30-
"@neo4j-antora/antora-modify-sitemaps": "^0.4.3",
31-
"@neo4j-antora/antora-page-roles": "^0.3.1",
32-
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
33-
"@neo4j-documentation/macros": "^1.0.2",
30+
"@neo4j-antora/antora-page-roles": "^0.3.2",
31+
"@neo4j-antora/antora-table-footnotes": "^0.3.3",
32+
"@neo4j-antora/mark-terms": "1.1.0",
33+
"@neo4j-documentation/macros": "^1.0.4",
3434
"@neo4j-documentation/remote-include": "^1.0.0"
3535
},
3636
"devDependencies": {
37-
"express": "^5.0.1",
37+
"express": "^4.21.2",
3838
"nodemon": "^3.1.0"
39-
},
40-
"overrides": {
41-
"@antora/site-generator-default": {
42-
"glob-parent": "6.0.2"
43-
}
4439
}
4540
}
41+
42+

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.02'
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)