We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4ac00 commit c2a01f6Copy full SHA for c2a01f6
astro.config.mjs
@@ -48,9 +48,19 @@ export default defineConfig({
48
multiSidebar: {
49
switcherStyle: 'dropdown',
50
},
51
+ navLinks: {
52
+ leading: { useSidebarLabelled: 'TopNav' },
53
+ },
54
}),
55
],
56
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
64
{
65
label: 'AWS',
66
collapsed: true,
0 commit comments