Skip to content

Commit eefcc8d

Browse files
Bump dev to 2025.01 (#2004)
Co-authored-by: Neil Dewhurst <[email protected]>
1 parent 502560f commit eefcc8d

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

antora.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: operations-manual
22
title: Operations Manual
3-
version: '5'
3+
version: '2025.01'
4+
current: true
45
start_page: ROOT:index.adoc
56
nav:
67
- modules/ROOT/content-nav.adoc
78
asciidoc:
89
attributes:
9-
neo4j-version: '5'
10-
neo4j-version-minor: '5.26'
11-
neo4j-version-exact: '5.26.0'
12-
neo4j-buildnumber: '5.26'
10+
neo4j-version: '2025.01'
11+
neo4j-version-minor: '2025.01'
12+
neo4j-version-exact: '2025.01.0'
13+
neo4j-buildnumber: '2025.01'
1314
neo4j-debian-package-version: '1:5.22.0@'

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[operations-manual]]
2-
= The Neo4j Operations Manual v{neo4j-version}
2+
= The Neo4j Operations Manual
33
:neo4j-buildnumber: {neo4j-version}
44
:download-center-uri: https://neo4j.com/deployment-center/
55
:upgrade-current-uri: https://neo4j.com/docs/upgrade-migration-guide/current/

preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ urls:
2525
antora:
2626
extensions:
2727
- require: "@neo4j-antora/antora-modify-sitemaps"
28-
sitemap_version: '5'
28+
sitemap_version: '2025.01'
2929
sitemap_loc_version: 'current'
3030
move_sitemaps_to_components: true
3131
- require: "@neo4j-antora/antora-unlisted-pages"
@@ -51,7 +51,7 @@ asciidoc:
5151
includePDF: false
5252
nonhtmloutput: ""
5353
experimental: ''
54-
copyright: '2024'
54+
copyright: '2025'
5555
common-license-page-uri: https://neo4j.com/docs/license/
5656
check-mark: icon:check[]
5757
cross-mark: icon:times[]

publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site:
77
content:
88
sources:
99
- url: ./
10-
branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', 'HEAD']
10+
branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', '5.x', 'HEAD']
1111
edit_url: https://github.com/neo4j/docs-operations/tree/{refname}/{path}
1212
exclude:
1313
- '!**/_includes/*'
@@ -26,7 +26,7 @@ urls:
2626
antora:
2727
extensions:
2828
- require: "@neo4j-antora/antora-modify-sitemaps"
29-
sitemap_version: '5'
29+
sitemap_version: '2025.01'
3030
sitemap_loc_version: 'current'
3131
move_sitemaps_to_components: true
3232
- require: "@neo4j-antora/antora-unlisted-pages"
@@ -45,14 +45,14 @@ asciidoc:
4545
page-search-site: Reference Docs
4646
page-canonical-root: /docs
4747
page-pagination: true
48-
page-no-canonical: true
48+
page-no-canonical: true
4949
page-origin-private: false
5050
page-hide-toc: false
5151
page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575
5252
includePDF: false
5353
nonhtmloutput: ""
5454
experimental: ''
55-
copyright: '2024'
55+
copyright: '2025'
5656
common-license-page-uri: https://neo4j.com/docs/license/
5757
check-mark: icon:check[]
5858
cross-mark: icon:times[]

0 commit comments

Comments
 (0)