Skip to content

Commit 6a654dc

Browse files
authored
Re-remove empty nav items (#648)
1 parent e2ad6d7 commit 6a654dc

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

astro.config.mjs

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -651,39 +651,6 @@ export default defineConfig({
651651
},
652652
],
653653
},
654-
{
655-
label: 'AWS SDKs',
656-
collapsed: true,
657-
items: [
658-
{
659-
autogenerate: {
660-
directory: '/aws/integrations/aws-sdks',
661-
},
662-
},
663-
],
664-
},
665-
{
666-
label: 'AWS Native Tools',
667-
collapsed: true,
668-
items: [
669-
{
670-
autogenerate: {
671-
directory: '/aws/integrations/aws-native-tools',
672-
},
673-
},
674-
],
675-
},
676-
{
677-
label: 'Infrastructure as Code',
678-
collapsed: true,
679-
items: [
680-
{
681-
autogenerate: {
682-
directory: '/aws/integrations/infrastructure-as-code',
683-
},
684-
},
685-
],
686-
},
687654
{
688655
label: 'Containers',
689656
collapsed: true,

0 commit comments

Comments
 (0)