Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 1 addition & 5 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: http-api
title: HTTP API
version: '5'
version: '2025.01'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
page-origin-private: false
neo4j-version: '5'
4 changes: 2 additions & 2 deletions preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ asciidoc:
includePDF: false
nonhtmloutput: ""
experimental: ''
copyright: 2024
copyright: 2025
common-license-page-uri: https://neo4j.com/docs/license/
partials: 5@ROOT:partial$@
partials: ROOT:partial$@
# attributes for doc links to other manuals in preview playbook
neo4j-base-uri: https://neo4j.com
neo4j-docs-base-uri: https://neo4j.com/docs
4 changes: 2 additions & 2 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ site:
content:
sources:
- url: ./
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','dev']
branches: ['4.4','5.x','HEAD']
edit_url: https://github.com/neo4j/docs-http-api/tree/{refname}/{path}
exclude:
- '!**/_includes/*'
Expand All @@ -24,7 +24,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

Expand Down