From 62cbe42cc5db1093e9547d3d7811e0356c1247ac Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Fri, 31 Jul 2026 11:45:54 +0100 Subject: [PATCH] DOCOPS-176 Add page-tabs attributes to publish playbook Set page-tabs to drivers-apis and page-tabs-index to 40 so this docset is placed in the drivers-apis 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 8d139a0..746f8ef 100644 --- a/publish.yml +++ b/publish.yml @@ -34,6 +34,9 @@ asciidoc: - "@neo4j-documentation/macros" - "@neo4j-antora/mark-terms" attributes: + page-tabs: drivers-apis@ + page-tabs-index: 40 + page-tabs-group: dbms page-theme: docs page-type: Docs page-search-type: Docs