Hi there, I'm trying to contribute in <https://git...
# general
b
Hi there, I'm trying to contribute in https://github.com/pulumi/pulumi-mongodbatlas In particular, I wanna try to modify part of the documentation. I gave a look @ https://pulumi-developer-docs.readthedocs.io/projects/pulumi-terraform-bridge/en/latest/docs/guides/docs-edits.html, but I missed something. In particular, what do I have to do to edit part of the code for a specific resource of https://www.pulumi.com/registry/packages/mongodbatlas/: https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/flexcluster/? Thank you all!
m
You’ll need a
DocsEdit
similar to
targetedReplace
here, that only applies to one particular docs file. Is there a corresponding issue in https://github.com/pulumi/pulumi-mongodbatlas? If not, I recommend opening one so that a maintainer can give you an indication whether the contribution is on the right track.
b
Hi there, thank you for your time! https://github.com/pulumi/pulumi-mongodbatlas/issues/694 This is the issue
I got stuck on modifying the docs (as I could only see the "index" page and not the others in the local dev env). I thought slack would be faster than github to get the local env working 🤗