-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Is your feature request related to a problem? Please describe.
The Score example hub already show resource provisioners to some extent, both default and community-based. They are included from a Score consumer perspective though, and cannot be searched/filtered along all the categories they have. E.g. some provisioners such as dns offer more than one variant, or flavor. Also, the provisioner type (template vs. cmd) is interesting to filter for.
Such a view would be especially interesting to potential provisioner contributors who need to check whether a certain provisioner variant is already available.
Describe the solution you'd like
I propose to create an additional section in the Score example hub at https://docs.score.dev/examples/resource-provisioners. It is generated out of the source data on both default and community provisioners which is pulled from their respective repos. Resource provisioners thus become searchable along a number of additional categories.
Additional context
The entire process of pulling and transforming the source data as well as the layout of the target pages is shown in this diagram. The yellow notes contain detailed description on each section.
A scheduled, automated workflow must be set up to update the external content and re-generate the pages. It may potentially be integrated into the existing workflow for generating the example hub.