https://pulumi.com logo
#package-authoring
Title
# package-authoring
b

big-architect-71258

09/21/2023, 11:48 AM
Hi folks 👋🏻 I'm in the last steps for the initial release of the
pulumi-fortios
provider and I want to add (copy) a couple of
how-to
documents from the upstream TF provider. I would like to create a section where these documents are collected, just like the Azure Native Provider (ref. screenshot). I have seen that the documents for the Azure Native Provider are stored directly in the
pulumi/docs
repository (ref. screenshot). However, the Fortios provider is hosted on #pulumiverse. So how can I create this section without having to add the documents to the pulumi/docs repository?
l

limited-rainbow-51650

09/22/2023, 7:42 AM
@big-architect-71258 this needs to be fixed for that: https://github.com/pulumi/registry/issues/3159
b

big-architect-71258

09/28/2023, 3:22 PM
@limited-rainbow-51650 added a comment, because IMHO the
registrygen
tool must be changed. Not the registry itself. @billowy-army-68599 can prove me wrong 🤗
Because we must enumerate the files in the
docs
folder, we could use the TREE API of GitHub https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28 in
registrygen
Couldn't resist 😂 https://github.com/pulumi/registrygen/pull/19 @billowy-army-68599 @ancient-policeman-24615 anyone up for a review?