add adoption to the golden paths sidebar items

Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
Peter Macdonald
2026-03-25 13:35:03 +01:00
parent 2f88cef8f4
commit 5848bc40e8
+8
View File
@@ -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',