From 97fd3bcc8582ff385026623ea3975eb677f53152 Mon Sep 17 00:00:00 2001 From: Melissa Flinn Date: Fri, 26 Jul 2024 13:46:16 -0400 Subject: [PATCH] odh-update-doc-toc --- src/const.ts | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/const.ts b/src/const.ts index 65265050a2b..5cb1d037b91 100644 --- a/src/const.ts +++ b/src/const.ts @@ -20,16 +20,12 @@ export const DOCS_NAVIGATION: SideNavItemConfig[] = [ slug: "/docs/working-on-data-science-projects/" }, { - title: "Working with distributed workloads", - slug: "/docs/working-with-distributed-workloads/" - }, - { - title: "Working with accelerators", - slug: "/docs/working-with-accelerators/" + title: "Working in your data science IDE", + slug: "/docs/working-in-your-data-science-ide/" }, { - title: "Working with connected applications", - slug: "/docs/working-with-connected-applications/" + title: "Working with data science pipelines", + slug: "/docs/working-with-data-science-pipelines/" }, { title: "Serving models", @@ -39,6 +35,18 @@ export const DOCS_NAVIGATION: SideNavItemConfig[] = [ title: "Monitoring data science models", slug: "/docs/monitoring-data-science-models/" }, + { + title: "Working with distributed workloads", + slug: "/docs/working-with-distributed-workloads/" + }, + { + title: "Working with accelerators", + slug: "/docs/working-with-accelerators/" + }, + { + title: "Working with connected applications", + slug: "/docs/working-with-connected-applications/" + }, { title: "Managing users", slug: "/docs/managing-users/"