From 8b51978f8c0bfd0d8274d4f6ff032a0d76866171 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Fri, 31 Jul 2026 11:45:57 +0100 Subject: [PATCH] DOCOPS-176 Add page-tabs attributes to publish playbook Set page-tabs to reference and page-tabs-index to 20 so this docset is placed in the reference tab of the aggregated tabbed navigation. Set page-tabs-group to dbms so that every published version of this docset is emitted in the tab navigation and the UI can match it by version, rather than only the latest version being included. page-tabs is soft-set with a trailing @ so it can be overridden in antora.yml or on an individual page. --- publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/publish.yml b/publish.yml index de4edc5..9df1ddd 100644 --- a/publish.yml +++ b/publish.yml @@ -29,6 +29,9 @@ asciidoc: - "@neo4j-antora/antora-listing-roles" - "@neo4j-antora/antora-table-footnotes" attributes: + page-tabs: reference@ + page-tabs-index: 20 + page-tabs-group: dbms page-theme: docs page-type: Docs page-search-type: Docs