docs: tfplugindocs follow-ups based on #3239#3280
Open
austenstone wants to merge 2 commits intointegrations:mainfrom
Open
docs: tfplugindocs follow-ups based on #3239#3280austenstone wants to merge 2 commits intointegrations:mainfrom
austenstone wants to merge 2 commits intointegrations:mainfrom
Conversation
- Add tools.go with terraform-plugin-docs dependency - Add docs-generate, docs-validate, docs-migrate targets to GNUmakefile - Migrate website/docs/ to templates/ + docs/ format using tfplugindocs migrate - Extract HCL examples into examples/resources/ and examples/data-sources/ - Fix pre-existing YAML frontmatter indentation issues in OIDC template docs - Generated docs/ output passes docs-validate The docs/ directory is now auto-generated from templates/ and should be regenerated by running 'make docs-generate' after schema or template changes.
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
Contributor
Author
|
Friendly bump — any chance this could get a review? Happy to address feedback. Thanks! |
Collaborator
|
Please mark this as draft until the depending pr is merged |
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.
This PR is intentionally based on and references #3239.
It carries the original migration commit from @mkushakov plus a small follow-up cleanup commit on top, so the main migration work remains visible in commit history.
Why this exists
I wanted to make sure the tfplugindocs migration gets seen on the main repo, while still preserving the original work and credit path from #3239.
Relationship to #3239
Follow-up fixes included
Verification