Skip to content

Commit c2a01f6

Browse files
committed
Update astro.config.mjs
1 parent 6c4ac00 commit c2a01f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,19 @@ export default defineConfig({
4848
multiSidebar: {
4949
switcherStyle: 'dropdown',
5050
},
51+
navLinks: {
52+
leading: { useSidebarLabelled: 'TopNav' },
53+
},
5154
}),
5255
],
5356
sidebar: [
57+
{
58+
label: 'TopNav',
59+
items: [
60+
{ label: 'Get Started', link: '/aws/getting-started/quickstart/' },
61+
{ label: 'Local AWS Services', link: '/aws/aws-services/' },
62+
],
63+
},
5464
{
5565
label: 'AWS',
5666
collapsed: true,

0 commit comments

Comments
 (0)