From d5f3a89060902f6b505232f71b3104984bdd863a Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Thu, 28 May 2026 17:28:51 +0200 Subject: [PATCH 1/3] docs: add elastic/cli to assembler and reference navigation Registers the Elastic CLI repo under references in assembler.yml and adds it to the Reference section of navigation.yml at reference/elastic-cli. Co-Authored-By: Claude Sonnet 4.6 --- config/assembler.yml | 1 + config/navigation.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config/assembler.yml b/config/assembler.yml index 386495e599..6670670c57 100644 --- a/config/assembler.yml +++ b/config/assembler.yml @@ -144,6 +144,7 @@ references: edge: master private: true + cli: curator: *master ecctl: *master diff --git a/config/navigation.yml b/config/navigation.yml index 01d93faeec..9fd79dd552 100644 --- a/config/navigation.yml +++ b/config/navigation.yml @@ -614,6 +614,11 @@ toc: path_prefix: reference/search-ui # Children include the entire AsciiDoc book + # Elastic CLI + # https://github.com/elastic/cli/blob/main/docs/toc.yml + - toc: cli:// + path_prefix: reference/elastic-cli + # Glossary # https://github.com/elastic/docs-content/blob/main/reference/glossary/toc.yml - toc: docs-content://reference/glossary From a4152a9b99aea4e45335e517ffd9bc1d0dc068f3 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 17 Jul 2026 10:52:23 +0200 Subject: [PATCH 2/3] docs(nav): move Elastic CLI between ECS and Machine learning in Reference nav Per @shainaraskas review: CLI interacts with ES, Kibana, and Cloud so it shouldn't nest with clients; placing it below ECS and above ML avoids over-promoting it relative to ingest/solutions. Co-Authored-By: Claude Sonnet 5 --- config/navigation.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/navigation.yml b/config/navigation.yml index 066095713f..b96c454852 100644 --- a/config/navigation.yml +++ b/config/navigation.yml @@ -606,6 +606,11 @@ toc: path_prefix: reference/ecs/logging/ruby # Children include the entire AsciiDoc book + # Elastic CLI + # https://github.com/elastic/cli/blob/main/docs/toc.yml + - toc: cli:// + path_prefix: reference/elastic-cli + # Machine learning (FKA Data analysis) # https://github.com/elastic/docs-content/blob/main/reference/machine-learning/toc.yml - toc: docs-content://reference/machine-learning @@ -617,11 +622,6 @@ toc: path_prefix: reference/search-ui # Children include the entire AsciiDoc book - # Elastic CLI - # https://github.com/elastic/cli/blob/main/docs/toc.yml - - toc: cli:// - path_prefix: reference/elastic-cli - # Glossary # https://github.com/elastic/docs-content/blob/main/reference/glossary/toc.yml - toc: docs-content://reference/glossary From 2c8290b9ab82fa919db7d7dc9f5da14a98538c68 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 17 Jul 2026 18:56:24 +0200 Subject: [PATCH 3/3] docs(nav): fix CLI comment to point to docset.yml Co-Authored-By: Claude Sonnet 5 --- config/navigation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/navigation.yml b/config/navigation.yml index b96c454852..78505668ef 100644 --- a/config/navigation.yml +++ b/config/navigation.yml @@ -607,7 +607,7 @@ toc: # Children include the entire AsciiDoc book # Elastic CLI - # https://github.com/elastic/cli/blob/main/docs/toc.yml + # https://github.com/elastic/cli/blob/main/docs/docset.yml - toc: cli:// path_prefix: reference/elastic-cli