DOC-429: Split Azure lstk doc into the same v2 multi-page IA - #909
Open
quetzalliwrites wants to merge 1 commit into
Open
DOC-429: Split Azure lstk doc into the same v2 multi-page IA#909quetzalliwrites wants to merge 1 commit into
quetzalliwrites wants to merge 1 commit into
Conversation
Mirrors the AWS lstk split (#898). The old azure/developer-tools/ lstk.mdx was a 1556-line near-duplicate of the pre-split AWS content (same commands, config, and reference material, since lstk is one CLI shared across products). Replaces it with the same nine pages, cross-linked under /azure/developer-tools/lstk/ instead of /aws/developer-tools/running-localstack/lstk/: - index.mdx, authentication.md, configuration.mdx, lifecycle-commands.md, cloud-and-iac-commands.md, snapshots.md, automation.mdx, setup-and-maintenance.md, faq-and-troubleshooting.md Azure-specific adjustments kept from the original doc rather than copied verbatim from AWS: - Prerequisites link to the license section of Azure's own Auth Token guide instead of AWS's. - Dropped the "legacy LocalStack CLI is deprecated" tip, since Azure never had a legacy CLI to migrate from. - The Volume mounts example uses a generic init script and type = "azure" instead of the AWS version's Snowflake-specific example. - The Docker Compose FAQ answer links to Azure's own installation guide instead of AWS's. - Left the corporate-proxy FAQ and Get Help links pointing at the shared AWS pages, since Azure has no equivalent of either and the original doc already did the same. Converted the sidebar's Developer Tools entry for Azure from autogenerate to an explicit array (mirroring AWS's structure) so the nine pages get the same nested "lstk CLI" group, labels, and order instead of relying on autogenerate's folder-naming heuristics.
quetzalliwrites
requested review from
HarshCasper and
remotesynth
as code owners
September 1, 2026 20:14
Deploying localstack-docs with
|
| Latest commit: |
066ee12
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5661a577.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-429-docs-update-azure-ls.localstack-docs.pages.dev |
Collaborator
Author
Collaborator
Author
|
Hey @remotesynth, Maureen approved the new v2 IA for Now that we've merged that v2 IA for the aws product line, we should make this update for the azure product line docs too. Since we're not using components after all.... then we're maintaining in each product line? Or let me know if you have another better idea. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follows up on #898 (the AWS lstk docs split).
azure/developer-tools/lstk.mdxturned out to be a 1556-line near-duplicate of the pre-split AWS content — same commands, config reference, and troubleshooting, sincelstkis one CLI shared across products. This replaces it with the same nine-page structure, cross-linked under/azure/developer-tools/lstk/:index.mdx,authentication.md,configuration.mdx,lifecycle-commands.md,cloud-and-iac-commands.md,snapshots.md,automation.mdx,setup-and-maintenance.md,faq-and-troubleshooting.mdAzure-specific differences preserved from the original doc (not just a mechanical copy of the AWS content):
type = "azure"instead of AWS's Snowflake-specific example.Also converted Azure's sidebar "Developer Tools" entry from
autogenerateto an explicit array (mirroring AWS's approach) so the nine pages get the same nested "lstk CLI" group, labels, and order rather than relying on autogenerate's folder-naming heuristics.Linear ticket
https://linear.app/localstack/issue/DOC-429/docs-update-azure-lstk-doc-based-on-new-lstk-v2-ia
Test plan
npx astro buildcompletes successfully (421 pages built)lstk/<page>/#anchorcross-references between the nine new Azure pages resolve to a real heading ID in the built output/azure/developer-tools/lstk/single-page anchors, so no redirect or cross-reference sweep is needed