Skip to content

Commit ea7ebcc

Browse files
committed
Merge branch 'master' into search-aws
2 parents dccbb5a + 42fcef9 commit ea7ebcc

File tree

8 files changed

+11
-1
lines changed

8 files changed

+11
-1
lines changed

astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ export default defineConfig({
9595
multiSidebar: {
9696
switcherStyle: 'dropdown',
9797
},
98+
navLinks: {
99+
leading: { useSidebarLabelled: 'TopNav' },
100+
},
98101
}),
99102
starlightDocSearch({
100103
appId: 'XBW1JU7CW5',
@@ -103,6 +106,13 @@ export default defineConfig({
103106
}),
104107
],
105108
sidebar: [
109+
{
110+
label: 'TopNav',
111+
items: [
112+
{ label: 'Get Started', link: '/aws/getting-started/quickstart/' },
113+
{ label: 'Local AWS Services', link: '/aws/aws-services/' },
114+
],
115+
},
106116
{
107117
label: 'AWS',
108118
collapsed: true,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/docs/aws/getting-started/help-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ During these sessions, our support engineers can directly observe and diagnose t
193193

194194
### Enterprise support
195195

196-
To learn more about the support available to **Enterprise** plan users, refer to the [Enterprise Support](/aws/pro/enterprise-support/) page.
196+
To learn more about the support available to **Enterprise** plan users, refer to the [Enterprise Support](/aws/enterprise/enterprise-support/) page.
197197

198198
## Support Business Hours
199199

0 commit comments

Comments
 (0)