Hello folks, What do you guys use to document your...
# general
h
Hello folks, What do you guys use to document your Pulumi code ? I would love to be able to generate docs based on my code (kinda like terraform-docs) Is there anything that allows me to display the ressource tree based on a stack, similar to what we can see during preview ? I would love to add that to my READMEs, PR and CI.
The preview is not deterministic in the order he displays the resources because of the async nature of the requests. So I don't really want to base myself on it
q
Hey Roberto, are you interested in generating docs for your Pulumi programs or for reusable components you're writing yourself?
h
Hey ! In the end both. But now I'm more interested in generating docs for my Pulumi programs as I have less ideas on how I could proceed to do that 😕