-
Notifications
You must be signed in to change notification settings - Fork 255
Add state file editing guide #16053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add state file editing guide #16053
Conversation
This commit breaks out state file editing into its own guide in response to customer feedback. All content related to state file edits have been moved from the monolithic Troubleshooting page. This commit will be fast-followed by breaking out other pages from Troubleshooting to ensure that all debugging/fixes are in the same section of the IaC docs.
Pull Request ReviewThis PR successfully extracts state file editing content from the monolithic Troubleshooting page into its own dedicated guide. The content organization and technical accuracy are solid, but there are several areas that need attention: Issues FoundContent and Structure
Style Guide Compliance
Content Clarity
Redirects and NavigationThe content extraction looks complete, and the updated link in the troubleshooting index (line 150 in the diff) correctly points to the new location. However, since this content was previously available at aliases:
- /docs/iac/troubleshooting/#editing-your-deploymentPositive Aspects
Recommendations
The overall approach of breaking out this content is excellent for improving documentation discoverability and maintenance. |
|
Your site preview for commit 8bb9500 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16053-8bb9500d.s3-website.us-west-2.amazonaws.com. |
@claude Will this even work? Seems weird. I thought aliases generate 301 redirects... how does an anchor work in that context? |
|
Claude finished @CamSoper's task —— View job Pull Request ReviewThis PR successfully extracts state file editing content from the monolithic Troubleshooting page into its own dedicated guide. The content organization and technical accuracy are solid, but there are several areas that need attention: Issues FoundContent and Structure
Style Guide Compliance
Content Clarity
Research Tasks
Answer to @CamSoper's QuestionYou're absolutely correct to question this! Hugo aliases do not work with anchor fragments. Here's why:
Correct ApproachSince this content was previously available as a section within the troubleshooting page, there are better alternatives:
The AGENTS.md file actually acknowledges this limitation on line 82: "Note that anchor links ( My original suggestion was incorrect - thanks for catching that! Positive Aspects
Recommendations
The overall approach of breaking out this content is excellent for improving documentation discoverability and maintenance. |
|
Your site preview for commit bbf3f4c is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16053-bbf3f4c8.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit 426a71e is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16053-426a71e9.s3-website.us-west-2.amazonaws.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the state file editing content looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small suggestions but overall looks good
|
Your site preview for commit 65812cb is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16053-65812cb7.s3-website.us-west-2.amazonaws.com. |
This commit breaks out state file editing into its own guide in response to customer feedback. All content related to state file edits have been moved from the monolithic Troubleshooting page.
This commit will be fast-followed by breaking out other pages from Troubleshooting to ensure that all debugging/fixes are in the same section of the IaC docs.