From e6c63ef07873ab005861863cdca32cbf05313ff4 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Fri, 31 Jul 2026 09:47:58 +0100 Subject: [PATCH] DOCOPS-176 Add page-tabs attributes to antora.yml Set page-tabs to drivers-apis and page-tabs-index to 50 so this docset is placed in the drivers-apis tab of the aggregated tabbed navigation, in the position matching its order in the Docs menu on neo4j.com/docs. Set in antora.yml rather than the publish playbook so the attributes apply to every build of this component, independent of which playbook generates the HTML. This is safe here because this docset publishes a single version. The values are soft-set with a trailing @ so they can be overridden on an individual page. --- antora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antora.yml b/antora.yml index 091f1ba..59fb9e2 100644 --- a/antora.yml +++ b/antora.yml @@ -6,6 +6,8 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: + page-tabs: drivers-apis@ + page-tabs-index: 50 page-origin-private: false neo4j-version: '5' typed-json-version: 'vnd.neo4j.query.v1.2'