From 08fa4b60ea96ec6fb3d9f2892afb75408cddf0c1 Mon Sep 17 00:00:00 2001 From: Nate Mortensen Date: Fri, 3 Jan 2025 12:13:09 -0800 Subject: [PATCH] Add concepts/workflows to sidebar --- sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebars.ts b/sidebars.ts index 828265694..e38ff00b6 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -51,6 +51,7 @@ const sidebars: SidebarsConfig = { type: 'category', items: [ { type: 'doc', id: 'concepts/index' }, + { type: 'doc', id: 'concepts/workflows' }, { type: 'doc', id: 'concepts/activities' }, { type: 'doc', id: 'concepts/events' }, { type: 'doc', id: 'concepts/queries' },