From 5848bc40e807a08eca1e3cd49e3062ce9b1ebb8c Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Wed, 25 Mar 2026 13:35:03 +0100 Subject: [PATCH] add adoption to the golden paths sidebar items Signed-off-by: Peter Macdonald --- microsite/sidebars.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 871fbe09e9..0c290ad6d8 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -86,6 +86,14 @@ export default { ...(process.env.GOLDEN_PATH ? [ sidebarElementWithIndex({ label: 'Golden Paths' }, [ + sidebarElementWithIndex({ label: '000 - Adoption' }, [ + 'golden-path/adoption/getting-started', + 'golden-path/adoption/leadership-buy-in', + 'golden-path/adoption/setting-up-a-poc', + 'golden-path/adoption/first-stakeholder-feedback', + 'golden-path/adoption/customizing-your-instance', + 'golden-path/adoption/preparing-for-ga', + ]), sidebarElementWithIndex({ label: '001 - Create an App' }, [ 'golden-path/create-app/index', 'golden-path/create-app/npx-create-app',