Skip to content

Commit cbe543a

Browse files
committed
remove the updates from base branch 5-lts
1 parent debae85 commit cbe543a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

antora.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: operations-manual
22
title: Operations Manual
33
version: '5'
4-
display_version: '5.26'
5-
lts: true
64
start_page: ROOT:index.adoc
75
nav:
86
- 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
2+
= The Neo4j Operations Manual v{neo4j-version}
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site:
77
content:
88
sources:
99
- url: ./
10-
branches: ['4.4', 'HEAD']
10+
branches: ['3.5', '4.0', '4.1', '4.2', '4.3', '4.4', '5.x']
1111
edit_url: https://github.com/neo4j/docs-operations/tree/{refname}/{path}
1212
exclude:
1313
- '!**/_includes/*'
@@ -25,7 +25,10 @@ urls:
2525

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

3033
asciidoc:
3134
extensions:

0 commit comments

Comments
 (0)