Add Developer Tools section and restructure AWS docs#691
Open
peter-smith-phd wants to merge 1 commit into
Open
Add Developer Tools section and restructure AWS docs#691peter-smith-phd wants to merge 1 commit into
peter-smith-phd wants to merge 1 commit into
Conversation
Collect the day-to-day developer tools (CLI, lstk, MCP server, snapshots, app inspector, chaos engineering, security testing, lambda tools, replicator, cloud sandbox) into a new top-level Developer Tools section. Rename Capabilities to Configuration, move the remaining Tooling pages under it, remove the Tooling section, and update icons, links, and redirects accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying localstack-docs with
|
| Latest commit: |
46c4b6c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://341e86e1.localstack-docs.pages.dev |
| Branch Preview URL: | https://doc-234-restructure-develope.localstack-docs.pages.dev |
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.
LocalStack's developer tools are how teams get full value out of the emulator, but until now the documentation was scattered across the Capabilities and Tooling top-level sections, sitting next to one-time admin and install material. This made it hard to identify what developers should be using, versus what administrators should be using.
This PR introduces a dedicated Developer Tools section, placed immediately after Connecting, that collects everything a developer uses in their regular workflow. Admin and configuration material stays behind: Capabilities is renamed to Configuration, the leftover Tooling pages move under it, and the Tooling section is removed. The Configuration section is intentionally left as a grab-bag for now and will be cleaned up in a later restructuring effort.
Key changes
git mvso history is preserved; all internal hyperlinks across the docs updated to the new locations.public/_redirects: existing redirect targets repointed to the new URLs (one hop), plus new old→new redirects for every moved page.Developer ToolsandConfigurationmappings inicon-loader.js; updated the AWS landing page cards.Verified with
npm run build: 391 pages build and the link validator reports all internal links valid.Completes DOC-234