Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enable control of docs by provider authors
This enables the Docker provider to explicitly embed `{{% examples %}}` after introductory text, unblocking: - pulumi/pulumi-docker#592 - pulumi/pulumi-docker#588 This fix addresses this issue: - pulumi/pulumi-docker#600 All of these might be fixed by a change to Docker that added introductory text above examples, but as observed in pulumi/pulumi-docker#600, it's not currently possible to render text outside of an examples block. This change to docs rendering allows us to explicitly add the examples shortcode block in the input docs, and pass-through tfgen rendering entirely.
- Loading branch information