Skip to content

Commit 807b3bb

Browse files
fix: remove Toolkit from Solutions dropdown and Operations page; add missing Azure Services to dropdown
1 parent ad6d920 commit 807b3bb

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

docs/operations/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ For Azure-native services deployed on Azure Local (AVD, AKS, App Services, SQL M
3636
| [Cost Management and Chargeback](./cost-management-on-azure-local.md) | Showback and chargeback reporting via Azure Cost Management | [azurelocal-cost](https://github.com/AzureLocal/azurelocal-cost) ||
3737
| [Governance and Compliance](./governance-on-azure-local.md) | Azure Policy, security baselines, RBAC, and compliance reporting | [azurelocal-governance](https://github.com/AzureLocal/azurelocal-governance) ||
3838
| [Custom VM Images](./custom-images-on-azure-local.md) | Hardened golden image build pipeline for Azure Local VMs | [azurelocal-custom-images](https://github.com/AzureLocal/azurelocal-custom-images) ||
39-
| [Platform Automation Toolkit](./toolkit-on-azure-local.md) | Cross-cutting platform automation, variable registry, and IaC lifecycle | [azurelocal-toolkit](https://github.com/AzureLocal/azurelocal-toolkit) | [Docs](https://azurelocal.github.io/azurelocal-toolkit/) |
4039
| [Disconnected Operations](./disconnected-operations-on-azure-local.md) | Air-gapped and intermittently connected cluster operations | [azurelocal-disconnected](https://github.com/AzureLocal/azurelocal-disconnected) ||
4140

4241
## Runbooks and Procedures

docusaurus.config.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@ const config = {
116116
label: 'IoT on Azure Local',
117117
href: 'https://azurelocal.github.io/azurelocal-iot/',
118118
},
119+
{
120+
label: 'Azure App Services',
121+
href: '/docs/next/azure-services/app-services-on-azure-local',
122+
},
123+
{
124+
label: 'Machine Learning and AI',
125+
href: '/docs/next/azure-services/ml-ai-on-azure-local',
126+
},
127+
{
128+
label: 'SQL Managed Instance',
129+
href: '/docs/next/azure-services/sql-managed-instance-on-azure-local',
130+
},
119131
{ type: 'html', value: '<strong>Operations</strong>' },
120132
{
121133
label: 'SOFS / FSLogix',
@@ -151,10 +163,6 @@ const config = {
151163
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
152164
},
153165
{ type: 'html', value: '<strong>Platform</strong>' },
154-
{
155-
label: 'Toolkit',
156-
href: 'https://azurelocal.github.io/azurelocal-toolkit/',
157-
},
158166
{
159167
label: 'Custom Images',
160168
href: 'https://azurelocal.github.io/azurelocal-custom-images/',

0 commit comments

Comments
 (0)