From 3e701e3773e0baa94593f3998a3c964637c1c03c Mon Sep 17 00:00:00 2001 From: Bryan Ward Date: Wed, 1 Jul 2026 15:24:26 +0000 Subject: [PATCH] docs: make Workbench explanation page the category landing page --- docs/explanation/workbench.mdx | 4 ++-- sidebars-main.js | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/explanation/workbench.mdx b/docs/explanation/workbench.mdx index b859eeb..8472d4c 100644 --- a/docs/explanation/workbench.mdx +++ b/docs/explanation/workbench.mdx @@ -1,9 +1,9 @@ --- -title: Concepts +title: Workbench description: Seven mental models that show up across every Workbench tab. --- -# Concepts +# Workbench Seven mental models that show up across every Workbench tab. diff --git a/sidebars-main.js b/sidebars-main.js index 89014f1..40e545c 100644 --- a/sidebars-main.js +++ b/sidebars-main.js @@ -251,8 +251,7 @@ module.exports = { ]), doc('explanation/clusters', 'Clusters'), doc('explanation/jobs', 'Jobs'), - category('Workbench', null, [ - doc('explanation/workbench', 'Workbench'), + category('Workbench', 'explanation/workbench', [ doc('explanation/workbench/pipeline-anatomy', 'Pipeline anatomy'), doc('explanation/workbench/sweep-algorithms', 'Sweep algorithms'), doc('explanation/workbench/predictive-vs-llm', 'Predictive vs. LLM endpoints'),