Skip to content

Commit 9d7eaeb

Browse files
docs: clean up footer and fix Solutions navbar dropdown
Footer: replaced 7-column mess with 3 simple columns (Docs, Community, More) Removed all solutions/repo links from footer Navbar Solutions dropdown: - Removed SQL HA, VMware Migration, VM Conversion, old Hydration links - Regrouped into Azure Services / Operations / Platform - Updated to reflect current active repos only
1 parent a4f8c17 commit 9d7eaeb

1 file changed

Lines changed: 17 additions & 106 deletions

File tree

docusaurus.config.js

Lines changed: 17 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -103,37 +103,28 @@ const config = {
103103
label: 'Solutions',
104104
position: 'left',
105105
items: [
106-
{ type: 'html', value: '<strong>Workloads</strong>' },
106+
{ type: 'html', value: '<strong>Azure Services</strong>' },
107107
{
108108
label: 'Azure Virtual Desktop',
109109
href: 'https://azurelocal.github.io/azurelocal-avd/',
110110
},
111-
{
112-
label: 'SQL Server HA',
113-
href: 'https://azurelocal.github.io/azurelocal-sql-ha/',
114-
},
115111
{
116112
label: 'AKS on Azure Local',
117113
href: 'https://azurelocal.github.io/azurelocal-aks/',
118114
},
119115
{
120-
label: 'Custom Images',
121-
href: 'https://azurelocal.github.io/azurelocal-custom-images/',
122-
},
123-
{ type: 'html', value: '<strong>Migration</strong>' },
124-
{
125-
label: 'VM Conversion Toolkit',
126-
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
116+
label: 'IoT on Azure Local',
117+
href: 'https://azurelocal.github.io/azurelocal-iot/',
127118
},
119+
{ type: 'html', value: '<strong>Operations</strong>' },
128120
{
129-
label: 'VMware Migration',
130-
href: 'https://azurelocal.github.io/azurelocal-vmware-migration/',
121+
label: 'SOFS / FSLogix',
122+
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
131123
},
132124
{
133-
label: 'Hydration',
134-
href: 'https://azurelocal.github.io/azurelocal-hydration/',
125+
label: 'Load Testing Framework',
126+
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
135127
},
136-
{ type: 'html', value: '<strong>Operations</strong>' },
137128
{
138129
label: 'BCDR',
139130
href: 'https://azurelocal.github.io/azurelocal-bcdr/',
@@ -151,22 +142,14 @@ const config = {
151142
href: 'https://azurelocal.github.io/azurelocal-cost/',
152143
},
153144
{ 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-
},
166145
{
167146
label: 'Toolkit',
168147
href: 'https://azurelocal.github.io/azurelocal-toolkit/',
169148
},
149+
{
150+
label: 'Custom Images',
151+
href: 'https://azurelocal.github.io/azurelocal-custom-images/',
152+
},
170153
],
171154
},
172155
{
@@ -220,88 +203,16 @@ const config = {
220203
title: 'Docs',
221204
items: [
222205
{
223-
label: 'Azure Local Docs',
206+
label: 'Introduction',
224207
to: '/docs/intro',
225208
},
226-
],
227-
},
228-
{
229-
title: 'Workloads',
230-
items: [
231-
{
232-
label: 'Azure Virtual Desktop',
233-
href: 'https://azurelocal.github.io/azurelocal-avd/',
234-
},
235-
{
236-
label: 'SQL Server HA',
237-
href: 'https://azurelocal.github.io/azurelocal-sql-ha/',
238-
},
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: [
252-
{
253-
label: 'VM Conversion Toolkit',
254-
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
255-
},
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-
},
298209
{
299-
label: 'IoT on Azure Local',
300-
href: 'https://azurelocal.github.io/azurelocal-iot/',
210+
label: 'Azure Services',
211+
to: '/docs/azure-services',
301212
},
302213
{
303-
label: 'Toolkit',
304-
href: 'https://azurelocal.github.io/azurelocal-toolkit/',
214+
label: 'Operations',
215+
to: '/docs/operations',
305216
},
306217
],
307218
},

0 commit comments

Comments
 (0)