Skip to content

Commit 8ac4c8c

Browse files
feat(nav): restructure Solutions dropdown and footer into grouped categories with 10 new repos
1 parent 2a64854 commit 8ac4c8c

1 file changed

Lines changed: 112 additions & 13 deletions

File tree

docusaurus.config.js

Lines changed: 112 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,66 @@ const config = {
103103
label: 'Solutions',
104104
position: 'left',
105105
items: [
106-
{
107-
label: 'SOFS for FSLogix',
108-
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
109-
},
106+
{ type: 'html', value: '<strong>Workloads</strong>' },
110107
{
111108
label: 'Azure Virtual Desktop',
112109
href: 'https://azurelocal.github.io/azurelocal-avd/',
113110
},
114111
{
115-
label: 'Load Testing Framework',
116-
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
112+
label: 'SQL Server HA',
113+
href: 'https://azurelocal.github.io/azurelocal-sql-ha/',
114+
},
115+
{
116+
label: 'AKS on Azure Local',
117+
href: 'https://azurelocal.github.io/azurelocal-aks/',
118+
},
119+
{
120+
label: 'Custom Images',
121+
href: 'https://azurelocal.github.io/azurelocal-custom-images/',
117122
},
123+
{ type: 'html', value: '<strong>Migration</strong>' },
118124
{
119125
label: 'VM Conversion Toolkit',
120126
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
121127
},
128+
{
129+
label: 'VMware Migration',
130+
href: 'https://azurelocal.github.io/azurelocal-vmware-migration/',
131+
},
132+
{
133+
label: 'Hydration',
134+
href: 'https://azurelocal.github.io/azurelocal-hydration/',
135+
},
136+
{ type: 'html', value: '<strong>Operations</strong>' },
137+
{
138+
label: 'BCDR',
139+
href: 'https://azurelocal.github.io/azurelocal-bcdr/',
140+
},
141+
{
142+
label: 'Monitoring',
143+
href: 'https://azurelocal.github.io/azurelocal-monitoring/',
144+
},
145+
{
146+
label: 'Governance',
147+
href: 'https://azurelocal.github.io/azurelocal-governance/',
148+
},
149+
{
150+
label: 'Cost Management',
151+
href: 'https://azurelocal.github.io/azurelocal-cost/',
152+
},
153+
{ type: 'html', value: '<strong>Platform</strong>' },
154+
{
155+
label: 'SOFS for FSLogix',
156+
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
157+
},
158+
{
159+
label: 'Load Testing Framework',
160+
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
161+
},
162+
{
163+
label: 'IoT on Azure Local',
164+
href: 'https://azurelocal.github.io/azurelocal-iot/',
165+
},
122166
{
123167
label: 'Toolkit',
124168
href: 'https://azurelocal.github.io/azurelocal-toolkit/',
@@ -182,24 +226,79 @@ const config = {
182226
],
183227
},
184228
{
185-
title: 'Solutions',
229+
title: 'Workloads',
186230
items: [
187-
{
188-
label: 'SOFS for FSLogix',
189-
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
190-
},
191231
{
192232
label: 'Azure Virtual Desktop',
193233
href: 'https://azurelocal.github.io/azurelocal-avd/',
194234
},
195235
{
196-
label: 'Load Testing Framework',
197-
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
236+
label: 'SQL Server HA',
237+
href: 'https://azurelocal.github.io/azurelocal-sql-ha/',
198238
},
239+
{
240+
label: 'AKS on Azure Local',
241+
href: 'https://azurelocal.github.io/azurelocal-aks/',
242+
},
243+
{
244+
label: 'Custom Images',
245+
href: 'https://azurelocal.github.io/azurelocal-custom-images/',
246+
},
247+
],
248+
},
249+
{
250+
title: 'Migration',
251+
items: [
199252
{
200253
label: 'VM Conversion Toolkit',
201254
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
202255
},
256+
{
257+
label: 'VMware Migration',
258+
href: 'https://azurelocal.github.io/azurelocal-vmware-migration/',
259+
},
260+
{
261+
label: 'Hydration',
262+
href: 'https://azurelocal.github.io/azurelocal-hydration/',
263+
},
264+
],
265+
},
266+
{
267+
title: 'Operations',
268+
items: [
269+
{
270+
label: 'BCDR',
271+
href: 'https://azurelocal.github.io/azurelocal-bcdr/',
272+
},
273+
{
274+
label: 'Monitoring',
275+
href: 'https://azurelocal.github.io/azurelocal-monitoring/',
276+
},
277+
{
278+
label: 'Governance',
279+
href: 'https://azurelocal.github.io/azurelocal-governance/',
280+
},
281+
{
282+
label: 'Cost Management',
283+
href: 'https://azurelocal.github.io/azurelocal-cost/',
284+
},
285+
],
286+
},
287+
{
288+
title: 'Platform',
289+
items: [
290+
{
291+
label: 'SOFS for FSLogix',
292+
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
293+
},
294+
{
295+
label: 'Load Testing Framework',
296+
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
297+
},
298+
{
299+
label: 'IoT on Azure Local',
300+
href: 'https://azurelocal.github.io/azurelocal-iot/',
301+
},
203302
{
204303
label: 'Toolkit',
205304
href: 'https://azurelocal.github.io/azurelocal-toolkit/',

0 commit comments

Comments
 (0)