Skip to content

Commit 6fd1cf0

Browse files
Update the dev branch for 2025.01 release (#234)
1 parent 018d113 commit 6fd1cf0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: status-codes
22
title: Status Codes for Errors & Notifications
3-
version: '5'
3+
version: '2025.01'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:
88
attributes:
99
page-origin-private: false
10-
neo4j-version: '5.26'
11-
neo4j-version-exact: '5.26.0'
12-
neo4j-buildnumber: '5.26'
10+
neo4j-version: '2025.01'
11+
neo4j-version-exact: '2025.01.0'
12+
neo4j-buildnumber: '2025.01'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@antora/site-generator-default": "^3.1.7",
2828
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
2929
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
30+
"@neo4j-antora/selector-labels": "^0.1.1",
3031
"@neo4j-documentation/macros": "^1.0.2",
3132
"@neo4j-documentation/remote-include": "^1.0.0"
3233
},

publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site:
66
content:
77
sources:
88
- url: ./
9-
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','HEAD']
9+
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','HEAD']
1010
edit_url: https://github.com/neo4j/docs-status-codes/tree/{refname}/{path}
1111
exclude:
1212
- '!**/_includes/*'
@@ -24,7 +24,7 @@ urls:
2424
antora:
2525
extensions:
2626
- require: "@neo4j-antora/antora-modify-sitemaps"
27-
sitemap_version: '5'
27+
sitemap_version: '2025.01'
2828
sitemap_loc_version: 'current'
2929
move_sitemaps_to_components: true
3030

0 commit comments

Comments
 (0)