From de6adaeda486597a0ca8fd30797e26eeeccec425 Mon Sep 17 00:00:00 2001 From: lukemartinlogan Date: Mon, 2 Mar 2026 13:59:28 +0000 Subject: [PATCH] Fix sidebar: add dashboard, reorder CAE pages, rename titles - Add dashboard.md to Deployment sidebar - Rename CAE overview to "Overview", set as first page - Set OMNI doc as second page in CAE section - Rename CTE doc to "Core API Documentation" Co-Authored-By: Claude Opus 4.6 --- docs/sdk/context-assimilation-engine/omni.md | 4 ++++ docs/sdk/context-assimilation-engine/overview.md | 6 +++++- docs/sdk/context-transfer-engine/cte.md | 2 +- sidebars.ts | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/sdk/context-assimilation-engine/omni.md b/docs/sdk/context-assimilation-engine/omni.md index 80b07b3..4d11d1e 100644 --- a/docs/sdk/context-assimilation-engine/omni.md +++ b/docs/sdk/context-assimilation-engine/omni.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 2 +--- + # OMNI File Format Documentation ## Overview diff --git a/docs/sdk/context-assimilation-engine/overview.md b/docs/sdk/context-assimilation-engine/overview.md index dd1214b..ecefac6 100644 --- a/docs/sdk/context-assimilation-engine/overview.md +++ b/docs/sdk/context-assimilation-engine/overview.md @@ -1,4 +1,8 @@ -# Context Assimilation Engine (CAE) Overview +--- +sidebar_position: 1 +--- + +# Overview ## Introduction diff --git a/docs/sdk/context-transfer-engine/cte.md b/docs/sdk/context-transfer-engine/cte.md index a61a4cc..3baaea7 100644 --- a/docs/sdk/context-transfer-engine/cte.md +++ b/docs/sdk/context-transfer-engine/cte.md @@ -1,4 +1,4 @@ -# CTE Core API Documentation +# Core API Documentation ## Overview diff --git a/sidebars.ts b/sidebars.ts index 9f2dc38..ff11452 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -24,6 +24,7 @@ const sidebars: SidebarsConfig = { label: 'Deployment', items: [ 'deployment/configuration', + 'deployment/dashboard', 'deployment/hpc-cluster', 'deployment/performance', 'deployment/monitoring',