Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
10 changes: 5 additions & 5 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: operations-manual
title: Operations Manual
version: '5'
version: '2025.01'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
neo4j-version: '5'
neo4j-version-minor: '5.26'
neo4j-version-exact: '5.26.0'
neo4j-buildnumber: '5.26'
neo4j-version: '2025.01'
neo4j-version-minor: '2025.01'
neo4j-version-exact: '2025.01.0'
neo4j-buildnumber: '2025.01'
neo4j-debian-package-version: '1:5.22.0@'
2 changes: 1 addition & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[operations-manual]]
= The Neo4j Operations Manual v{neo4j-version}
= The Neo4j Operations Manual
:neo4j-buildnumber: {neo4j-version}
:download-center-uri: https://neo4j.com/deployment-center/
:upgrade-current-uri: https://neo4j.com/docs/upgrade-migration-guide/current/
Expand Down
4 changes: 2 additions & 2 deletions preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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
- require: "@neo4j-antora/antora-unlisted-pages"
Expand All @@ -51,7 +51,7 @@ asciidoc:
includePDF: false
nonhtmloutput: ""
experimental: ''
copyright: '2024'
copyright: '2025'
common-license-page-uri: https://neo4j.com/docs/license/
check-mark: icon:check[]
cross-mark: icon:times[]
Expand Down
8 changes: 4 additions & 4 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 (LTS)', '5.26 (LTS)', 'HEAD']
edit_url: https://github.com/neo4j/docs-operations/tree/{refname}/{path}
exclude:
- '!**/_includes/*'
Expand All @@ -26,7 +26,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
- require: "@neo4j-antora/antora-unlisted-pages"
Expand All @@ -45,14 +45,14 @@ asciidoc:
page-search-site: Reference Docs
page-canonical-root: /docs
page-pagination: true
page-no-canonical: true
page-no-canonical: true
page-origin-private: false
page-hide-toc: false
page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575
includePDF: false
nonhtmloutput: ""
experimental: ''
copyright: '2024'
copyright: '2025'
common-license-page-uri: https://neo4j.com/docs/license/
check-mark: icon:check[]
cross-mark: icon:times[]
Expand Down
Loading