This PR updates the registry's index generator tool to add the list of projects in each devfile to the index.json file, when it is being generated. I've also included an updated index.json that includes the projects in each devfile, and it was generated using the updated index generator.
As the devfile parser and types are not yet separated into a separate project (and odo also does not support go modules), I've manually copied a subset of the devfile spec (just the Project field)
This PR updates the registry's index generator tool to add the list of projects in each devfile to the index.json file, when it is being generated. I've also included an updated index.json that includes the projects in each devfile, and it was generated using the updated index generator.
As the devfile parser and types are not yet separated into a separate project (and odo also does not support go modules), I've manually copied a subset of the devfile spec (just the
Project
field)