Skip to content

Commit 93e38de

Browse files
authored
Update Antora files for LTS (#2039)
This PR updates the component descriptor (_antora.yml_) to mark 5.26 as LTS. To do this, we add `lts: true`. By also setting `display_version: 5.26` we can keep the current URL structure (_/5/_) but at the same time we can be explicit about the minor version that the _/5/_ docs apply to. This PR can be merged after 2025.01 is released.
1 parent 74be3ce commit 93e38de

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

antora.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: operations-manual
22
title: Operations Manual
33
version: '5'
4+
display_version: '5.26'
5+
lts: true
46
start_page: ROOT:index.adoc
57
nav:
68
- modules/ROOT/content-nav.adoc

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/

publish.yml

Lines changed: 1 addition & 5 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', '5.x']
10+
branches: ['4.4', 'HEAD']
1111
edit_url: https://github.com/neo4j/docs-operations/tree/{refname}/{path}
1212
exclude:
1313
- '!**/_includes/*'
@@ -25,10 +25,6 @@ urls:
2525

2626
antora:
2727
extensions:
28-
- require: "@neo4j-antora/antora-modify-sitemaps"
29-
sitemap_version: '5'
30-
sitemap_loc_version: 'current'
31-
move_sitemaps_to_components: true
3228
- require: "@neo4j-antora/antora-unlisted-pages"
3329

3430
asciidoc:

0 commit comments

Comments
 (0)