diff --git a/package.json b/package.json index ec6af2e..6ec279e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "clean": "rm -rf build", "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon -e adoc --exec \"npm run build && npm run serve\"", + "start": "npm update && nodemon -e adoc --exec \"npm run build\" & npm run serve", "serve": "node server.js", "build": "antora --stacktrace preview.yml", "build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json", @@ -24,22 +24,19 @@ }, "homepage": "https://github.com/neo4j/docs-http-api#readme", "dependencies": { - "@antora/cli": "^3.1.7", - "@antora/site-generator-default": "^3.1.7", + "antora": "^3.1.10", + "@neo4j-antora/aliases-redirects": "^0.2.3", "@neo4j-antora/antora-add-notes": "^0.3.1", - "@neo4j-antora/antora-modify-sitemaps": "^0.4.3", - "@neo4j-antora/antora-page-roles": "^0.3.1", - "@neo4j-antora/antora-table-footnotes": "^0.3.2", - "@neo4j-documentation/macros": "^1.0.2", + "@neo4j-antora/antora-page-roles": "^0.3.2", + "@neo4j-antora/antora-table-footnotes": "^0.3.3", + "@neo4j-antora/mark-terms": "1.1.0", + "@neo4j-documentation/macros": "^1.0.4", "@neo4j-documentation/remote-include": "^1.0.0" }, "devDependencies": { - "express": "^5.0.1", + "express": "^4.21.2", "nodemon": "^3.1.0" - }, - "overrides": { - "@antora/site-generator-default": { - "glob-parent": "6.0.2" - } } } + + diff --git a/publish.yml b/publish.yml index 0107858..b606879 100644 --- a/publish.yml +++ b/publish.yml @@ -21,13 +21,6 @@ ui: urls: html_extension_style: indexify -antora: - extensions: - - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '2025.02' - sitemap_loc_version: 'current' - move_sitemaps_to_components: true - asciidoc: extensions: - "@neo4j-documentation/remote-include"