Skip to content

Commit 30bf85a

Browse files
DOC-359: Add lstk docs to Azure docs
Add the lstk CLI reference doc under a new "Developer Tools" section in the Azure docs, mirroring the AWS and Snowflake copies.
1 parent e7d8c14 commit 30bf85a

2 files changed

Lines changed: 1429 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,13 @@ export default defineConfig({
863863
label: 'Local Azure Services',
864864
slug: 'azure/services',
865865
},
866+
{
867+
label: 'Developer Tools',
868+
collapsed: true,
869+
items: [
870+
{ autogenerate: { directory: 'azure/developer-tools' } },
871+
],
872+
},
866873
{
867874
label: 'Integrations',
868875
collapsed: true,

0 commit comments

Comments
 (0)