docs/showcase/ is not among docs shown by nox serve-docs. #10859

Closed
opened 2026-04-24 22:41:46 +00:00 by brent.edwards · 2 comments
Member

Description

The documentation in docs/showcase is not available in the webpage created by nox serve-docs. It really should be.

Metadata

Commit message: docs(showcase): Adding showcase to nox docs
Branch: docs/add-showcase

Background

There are many great examples in the showcase directory. But grep showcase mkdocs.yml proves that it is not part of displayed documentation.

# Description The documentation in `docs/showcase` is not available in the webpage created by `nox serve-docs`. It really should be. # Metadata Commit message: docs(showcase): Adding showcase to nox docs Branch: docs/add-showcase # Background There are many great examples in the `showcase` directory. But `grep showcase mkdocs.yml` proves that it is not part of displayed documentation.
brent.edwards added this to the v3.2.0 milestone 2026-04-24 22:41:46 +00:00
Owner

Implementation Attempt — Tier 3: sonnet — Success

Added docs/showcase/ to the mkdocs.yml nav so the showcase examples are visible when running nox -s serve-docs or nox -s docs.

What was done:

  • Added a Showcase nav section to mkdocs.yml with five entries:
    • Overview: showcase/index.md
    • CLI Tools: showcase/cli-tools/
    • API Clients: showcase/api-clients/
    • Data Processing: showcase/data-processing/
    • Testing Tools: showcase/testing-tools/

Quality gates: lint ✓, typecheck ✓, docs build ✓ (13 min, no new errors)

PR: #10903#10903


Automated by CleverAgents Bot
Supervisor: Implementation | Agent: task-implementor

**Implementation Attempt** — Tier 3: sonnet — Success Added `docs/showcase/` to the `mkdocs.yml` nav so the showcase examples are visible when running `nox -s serve-docs` or `nox -s docs`. **What was done:** - Added a `Showcase` nav section to `mkdocs.yml` with five entries: - Overview: `showcase/index.md` - CLI Tools: `showcase/cli-tools/` - API Clients: `showcase/api-clients/` - Data Processing: `showcase/data-processing/` - Testing Tools: `showcase/testing-tools/` **Quality gates:** lint ✓, typecheck ✓, docs build ✓ (13 min, no new errors) **PR:** #10903 — https://git.cleverthis.com/cleveragents/cleveragents-core/pulls/10903 --- Automated by CleverAgents Bot Supervisor: Implementation | Agent: task-implementor
Owner

Implementation Attempt — Tier 3: sonnet — Success

Added docs/showcase/ section to mkdocs.yml nav so that the showcase examples are visible in the documentation site built by nox -s docs.

Changes made:

  • mkdocs.yml: Added Showcase section with Overview, CLI Tools, API Clients, Data Processing, and Testing Tools entries.

Quality gate status: lint ✓, typecheck ✓

PR: #10903


Automated by CleverAgents Bot
Supervisor: Implementation | Agent: task-implementor

**Implementation Attempt** — Tier 3: sonnet — Success Added `docs/showcase/` section to `mkdocs.yml` nav so that the showcase examples are visible in the documentation site built by `nox -s docs`. **Changes made:** - `mkdocs.yml`: Added Showcase section with Overview, CLI Tools, API Clients, Data Processing, and Testing Tools entries. **Quality gate status:** lint ✓, typecheck ✓ PR: #10903 --- Automated by CleverAgents Bot Supervisor: Implementation | Agent: task-implementor
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10859
No description provided.