Move aws/capabilities docs to aws/configuration#735
Merged
Conversation
A previous commit renamed the "Capabilities" navigation section to "Configuration" but left the underlying files in src/content/docs/aws/capabilities. This moves them to src/content/docs/aws/configuration so the file structure matches the navigation, updates all internal links, and adds web redirects from the old paths. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying localstack-docs with
|
| Latest commit: |
fdc70a6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d2d796fc.localstack-docs.pages.dev |
| Branch Preview URL: | https://dpx-571-move-capabilities-to.localstack-docs.pages.dev |
quetzalliwrites
approved these changes
Jun 29, 2026
quetzalliwrites
left a comment
Collaborator
There was a problem hiding this comment.
thanks SO much, @peter-smith-phd ! You're a real rock star 🌟 🌟 🌟
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
A previous commit renamed the "Capabilities" navigation section to "Configuration" in the sidebar, but the underlying files were left in
src/content/docs/aws/capabilities. That left the file structure out of sync with the navigation.This PR completes that change by moving the files to
src/content/docs/aws/configurationso the directory matches the navigation label.Changes
git mvof all 41 files fromaws/capabilities→aws/configuration(history preserved as renames)astro.config.mjs,PageTitleWithCopyButton.astro, and the licensingdocsUrlentriespublic/_redirects: repointed existing redirect targets directly to/aws/configuration/...(no redirect chains) and added redirects from the old/aws/capabilities/...paths so existing bookmarks keep workingVerification
npm run buildpasses with "All internal links are valid."🤖 Generated with Claude Code