docs(packages): link canonical examples and clarify registry submission for community packages#19384
docs(packages): link canonical examples and clarify registry submission for community packages#19384joeduffy wants to merge 1 commit into
Conversation
…on for community packages
Pre-merge Review — Last updated 2026-05-24T14:18:42ZTip Summary: This PR adds 6 lines (and removes 1) to the existing Review confidence:
Investigation log
🔍 Verification trail4 claims extracted · 1 verified · 2 unverifiable · 1 contradicted
🚨 Outstanding in this PRThese must be resolved or refuted before merging.
|
|
Your site preview for commit 2c7271c is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19384-2c7271c9.s3-website.us-west-2.amazonaws.com |
Fixes #11611
The "Overview, installation, & configuration" section of the Publishing to the Pulumi Registry guide described what authors should write in
_index.mdandinstallation-configuration.md, but gave no concrete examples and did not explain where these files ultimately need to go.This PR makes two changes:
Adds links to canonical community provider examples (ImprovMX and Logfire) after the existing description of
_index.mdandinstallation-configuration.md, so authors have real, well-authored references to model their docs on.Adds a clarifying note that while these files are authored in the provider repository's
docs/folder, they are submitted topulumi/registryunderthemes/default/content/registry/packages/<package>/as part of the registry submission PR.Updates the "Publish the documentation" steps to include an explicit step for adding
_index.mdandinstallation-configuration.mdto the registry repository (this step was previously missing), and links to pulumi/registry#10358 as a complete worked example.🧠 This PR was created by workprentice on behalf of @joeduffy.