docs: restructure sidebar — split Observability from Evaluation, move LLM-as-a-Judge to How-To#895
Conversation
Removes the nested Telemetry dropdown in favour of flat page entries directly under the Evaluation and Observability group, and drops the redundant sidebarTitle override on the Telemetry overview page. Closes generative-computing#838 Assisted-by: Claude Code Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com>
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
|
Edit: after discussion over slack I misunderstood the goal, I fully support this updated implementation |
… How-To Move `evaluate-with-llm-as-a-judge` to the How-To section and rename the remaining group from "Evaluation and Observability" to "Observability". Rename the folder from `evaluation-and-observability/` to `observability/` to match. Add redirects for all old URLs. Update all internal cross-links and add a contextual link from the requirements-system concepts page. Assisted-by: Claude Code Signed-off-by: Alex Bozarth <ajbozart@us.ibm.com>
|
After discussion with @abrahamdaniels over Slack we reworked the intent of this PR. I updated the description to match the new intent and this is ready for review again |
|
The removal of the "Evaluate with LLM-as-a-Judge" cross-links from The LLM-as-a-judge call in Suggested addition to
This keeps the two sections decoupled in the sidebar while preserving the connection for users who care about it. |
|
Minor pre-existing point worth a check while this area is being touched: the pages now in Not introduced by this PR, and feature-grouping over diataxis-grouping is a defensible choice for discoverability. Just flagging in case you want to align the tags with actual placement (or vice versa) as a follow-up. |
Misc PR
Type of PR
Description
Restructures the docs sidebar in two ways:
Flatten Telemetry sub-group: the nested "Telemetry" dropdown is removed; the four observability pages (Telemetry, Tracing, Metrics, Logging) are now listed flat. Also removes the redundant
sidebarTitle: "Overview"override fromtelemetry.md.Split "Evaluation and Observability": moves
evaluate-with-llm-as-a-judgeinto the How-To section (it was already taggeddiataxis: how-to) and renames the remaining group to "Observability". Renames the folder fromevaluation-and-observability/toobservability/to match, with redirects for all old URLs. Adds a contextual link to the evaluate page from the Requirements System concepts page.Before (closed):

Before (open):

After — Observability section:
After — How-To section:
Testing
Attribution