-
Notifications
You must be signed in to change notification settings - Fork 94
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
website: Expand data handling documentation with type-specific pages and examples #822
Conversation
…and examples Reference: #695 This change creates new attributes, blocks, and types sections, each with full information about each type. The attribute/block pages are cross-linked with their associated type pages and vice-versa. Web platform changes to redirect the removed pages to existing pages will be handled separately on deployment.
Mainly to appease the web platform content checking: ``` Found mismatched paths at depth 2, with paths: ["handling-data/types","handling-data/types/bool","handling-data/types/float64","handling-data/types/int64","handling-data/types/list","handling-data/types/map","handling-data/types/number","handling-data/types/object","handling-data/types/set","handling-data/types/string","handling-data/custom-types"]. Implies mismatched parent directories: ["handling-data/types","handling-data/custom-types"]. ```
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.
Superb! This is fantastic 🚀
website/docs/plugin/framework/handling-data/attributes/number.mdx
Outdated
Show resolved
Hide resolved
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.
Couple comments, but overall this documentation was fantastic, really like the layout! 👍🏻
website/docs/plugin/framework/handling-data/attributes/bool.mdx
Outdated
Show resolved
Hide resolved
website/docs/plugin/framework/handling-data/terraform-concepts.mdx
Outdated
Show resolved
Hide resolved
website/docs/plugin/framework/handling-data/attributes/bool.mdx
Outdated
Show resolved
Hide resolved
Past me from six months ago would have very much appreciated this, and therefore so will probably many others in the present and future. @bflad I also have some proprietary code I developed for doing some crazy stuff with e.g. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Closes #695
This change creates new attributes, blocks, and types sections, each with full information about each type. The attribute/block pages are cross-linked with their associated type pages and vice-versa.
Web platform changes to redirect the removed pages to existing pages will be handled separately on deployment.