From c6ba789d1a07164f927770f33b639963f0c2c0e2 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 17 Jul 2026 16:59:01 +0200 Subject: [PATCH] docs: flatten toc to remove duplicate Elastic CLI nav entry index.md was declared as a group node (with children), which caused it to render as an inner 'Elastic CLI' section nested inside the docset's own outer 'Elastic CLI' nav entry. Flattening the toc makes index.md a plain leaf (the landing page) with installation and configuration listed as siblings, eliminating the double heading. Co-Authored-By: Claude Sonnet 5 --- docs/docset.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docset.yml b/docs/docset.yml index 55b1868a..efad2bda 100644 --- a/docs/docset.yml +++ b/docs/docset.yml @@ -3,9 +3,8 @@ dev_docs: true toc: - file: index.md - children: - - file: cli/installation.md - - file: cli/configuration.md + - file: cli/installation.md + - file: cli/configuration.md - cli: cli/schema.json folder: cli title: Elastic CLI command reference