From 3fae43c55d3f5eb4d49a0ba455be221f713cb9a1 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Tue, 28 Apr 2026 09:40:46 +0000 Subject: [PATCH] docs(showcase): Adding showcase to nox docs Add the docs/showcase/ directory to the mkdocs.yml nav so that the showcase examples are visible when running `nox -s serve-docs` or `nox -s docs`. The showcase section includes the overview index and four category subdirectories: CLI Tools, API Clients, Data Processing, and Testing Tools. ISSUES CLOSED: #10859 --- mkdocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 6f1a0aedc..2b2ebd06e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,12 @@ nav: - Invariant Reconciliation: modules/invariant-reconciliation.md - ACMS Context Hydration: modules/context-hydration.md - Git Worktree Sandbox: modules/git-worktree-sandbox.md + - Showcase: + - Overview: showcase/index.md + - CLI Tools: showcase/cli-tools/ + - API Clients: showcase/api-clients/ + - Data Processing: showcase/data-processing/ + - Testing Tools: showcase/testing-tools/ - Development: - Agent System Specification: development/agent-system-specification.md - CI/CD Pipeline: development/ci-cd.md -- 2.52.0