Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: status-codes
title: Status Codes for Errors & Notifications
version: '5'
version: '2025.01'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
page-origin-private: false
neo4j-version: '5.26'
neo4j-version-exact: '5.26.0'
neo4j-buildnumber: '5.26'
neo4j-version: '2025.01'
neo4j-version-exact: '2025.01.0'
neo4j-buildnumber: '2025.01'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@antora/site-generator-default": "^3.1.7",
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
"@neo4j-antora/selector-labels": "^0.1.1",
"@neo4j-documentation/macros": "^1.0.2",
"@neo4j-documentation/remote-include": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ site:
content:
sources:
- url: ./
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','HEAD']
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','HEAD']
edit_url: https://github.com/neo4j/docs-status-codes/tree/{refname}/{path}
exclude:
- '!**/_includes/*'
Expand All @@ -24,7 +24,7 @@ urls:
antora:
extensions:
- require: "@neo4j-antora/antora-modify-sitemaps"
sitemap_version: '5'
sitemap_version: '2025.01'
sitemap_loc_version: 'current'
move_sitemaps_to_components: true

Expand Down
Loading