Skip to content

Commit ae0cb26

Browse files
authored
Merge branch 'dev' into remove-sitemaps-extension
2 parents d519aa6 + d21f2ff commit ae0cb26

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

antora.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: http-api
22
title: HTTP API
3-
version: '5'
3+
version: '2025.02'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
7-
asciidoc:
8-
attributes:
9-
page-origin-private: false
10-
neo4j-version: '5'

preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ asciidoc:
4343
includePDF: false
4444
nonhtmloutput: ""
4545
experimental: ''
46-
copyright: 2024
46+
copyright: 2025
4747
common-license-page-uri: https://neo4j.com/docs/license/
48-
partials: 5@ROOT:partial$@
48+
partials: ROOT:partial$@
4949
# attributes for doc links to other manuals in preview playbook
5050
neo4j-base-uri: https://neo4j.com
5151
neo4j-docs-base-uri: https://neo4j.com/docs

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','dev']
9+
branches: ['4.4','5.x','HEAD']
1010
edit_url: https://github.com/neo4j/docs-http-api/tree/{refname}/{path}
1111
exclude:
1212
- '!**/_includes/*'
@@ -43,7 +43,7 @@ asciidoc:
4343
includePDF: false
4444
nonhtmloutput: ""
4545
experimental: ''
46-
copyright: 2024
46+
copyright: 2025
4747
common-license-page-uri: https://neo4j.com/docs/license/
4848
partials: ROOT:partial$@
4949
# attributes for doc links to other manuals in publish playbook

0 commit comments

Comments
 (0)