Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c613e1d

Browse files
committed
add some missing breadcrumbs
1 parent 4d777a8 commit c613e1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const navigation: NavEntry[] = [
5858
{
5959
title: 'Overview',
6060
href: '/get-started/foundations/projects',
61+
breadcrumbRoot: true,
6162
},
6263
{
6364
title: 'Configuration',
@@ -71,6 +72,7 @@ export const navigation: NavEntry[] = [
7172
{
7273
title: 'Overview',
7374
href: '/get-started/foundations/infrastructure',
75+
breadcrumbRoot: true,
7476
},
7577
{
7678
title: 'Services',
@@ -162,6 +164,7 @@ export const navigation: NavEntry[] = [
162164
{
163165
title: 'Overview',
164166
href: '/providers/pulumi',
167+
breadcrumbRoot: true,
165168
},
166169
{
167170
title: 'AWS',
@@ -187,6 +190,7 @@ export const navigation: NavEntry[] = [
187190
{
188191
title: 'Overview',
189192
href: '/providers/terraform',
193+
breadcrumbRoot: true,
190194
},
191195
{
192196
title: 'AWS',
@@ -207,6 +211,7 @@ export const navigation: NavEntry[] = [
207211
{
208212
title: 'Overview',
209213
href: '/providers/custom',
214+
breadcrumbRoot: true,
210215
},
211216
{
212217
title: 'Provider Extension',

0 commit comments

Comments
 (0)