We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
tfplugindocs
Is there a way to convert these files to normal markdown files so that they can be hosted in Github pages, for eg?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: