Remove list_only resource documentation and consolidate into main resources#27
Merged
jeffreyaven merged 2 commits intomainfrom Feb 20, 2026
Merged
Conversation
…ples and stackql-deploy template - Modify generate-docs.js to collapse _list_only resource docs into base cloud_control resource docs with tabbed Fields, Resource column in Methods, and tabbed SELECT examples - Add UPDATE examples with PatchDocument and generate_patch_document filter - Add StackqlDeployDropdown component for stackql-deploy template download/copy - Add DocBreadcrumbs swizzle and CSS for breadcrumbs-with-actions layout https://claude.ai/code/session_011cwGoVkzHCeLXuUAkBm5xD
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.
Description
This PR removes all
*_list_onlyresource documentation files and consolidates their content into the main resource documentation pages. The changes include:Documentation Generation: Updated
bin/generate-docs.jsto build a map of_list_onlyresources and merge their documentation into the corresponding main resource pages, eliminating the need for separate list-only documentation files.Documentation Consolidation: Removed 300+
*_list_only/index.mdfiles across all AWS services (e.g.,amplifyuibuilder/components_list_only,apigateway/authorizers_list_only, etc.) and integrated their content into the main resource pages.Enhanced Resource Pages: Updated main resource documentation pages to include additional operation examples (particularly
UPDATEexamples) that were previously only in the list-only pages.Service Index Updates: Updated service index pages to reflect the removal of list-only resources from the documentation structure.
The consolidation improves documentation organization by eliminating redundant list-only pages while preserving all relevant information in the main resource documentation.
Checklist
Additional Notes
This is a documentation-only change that improves the organization and maintainability of the generated documentation without affecting the actual StackQL provider functionality.
https://claude.ai/code/session_011cwGoVkzHCeLXuUAkBm5xD