Skip to content

Commit a7bb571

Browse files
committed
add azure navigation to docs site (#451)
1 parent 4174b97 commit a7bb571

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,38 @@ export default defineConfig({
688688
},
689689
],
690690
},
691+
{
692+
label: 'Azure',
693+
collapsed: true,
694+
items: [
695+
{
696+
label: 'Welcome',
697+
slug: 'azure',
698+
},
699+
{
700+
label: 'Getting Started',
701+
autogenerate: { directory: '/azure/getting-started' },
702+
collapsed: true,
703+
},
704+
{
705+
label: 'Local Azure Services',
706+
slug: 'azure/services',
707+
},
708+
{
709+
label: 'Sample Apps',
710+
slug: 'azure/sample-apps',
711+
},
712+
{
713+
label: 'Integrations',
714+
autogenerate: { directory: '/azure/integrations' },
715+
collapsed: true,
716+
},
717+
{
718+
label: 'Changelog',
719+
slug: 'azure/changelog',
720+
},
721+
],
722+
},
691723
],
692724
}),
693725
markdoc(),

src/content/docs/azure/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ LocalStack for Azure 0.1.0 supports the following services:
2222
- [Azure Resource Manager](https://azure.microsoft.com/en-us/get-started/azure-portal/resource-manager/)
2323
- [Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/)
2424
- [Azure Storage](https://azure.microsoft.com/en-us/products/category/storage/)
25-
- [Azure SQL](https://azure.microsoft.com/en-us/products/azure-sql/database/)
25+
- [Azure SQL](https://azure.microsoft.com/en-us/products/azure-sql/database/)

src/content/docs/azure/getting-started/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sidebar:
77
---
88

99

10+
1011
## Introduction
1112

1213
You can set up the Azure emulator by utilizing LocalStack for Azure Docker image.

0 commit comments

Comments
 (0)