terraform-plugin-docs
terraform-plugin-docs copied to clipboard
Self Hosting Terraform Provider docs
hi!
Is there any way to self host provider docs? We wrote some providers that are internal to our company.
We would like to generate docs for them using tfplugindocs
. I used this tool, but i just got MD files in the format expected by the registry.
Is there a way to convert these files to normal markdown files so that they can be hosted in Github pages, for eg?
You could use pandoc to do something sensible with (or just ignore & strip) the metadata, and output new markdown or HTML or PDFs etc.
Otherwise you might also be interested in (i.e. be able to use/repurpose if it were implemented) #5.