Merge pull request #6141 from backstage/software-catalog-rename

Docs: Update references to "service catalog"
This commit is contained in:
Fredrik Adelöw
2021-06-28 13:47:16 +02:00
committed by GitHub
27 changed files with 64 additions and 57 deletions
@@ -29,10 +29,10 @@ export type PreparerResponse = {
export type PreparerBase = {
/**
* Given an Entity definition from the Service Catalog, go and prepare a directory
* Given an Entity definition from the Software Catalog, go and prepare a directory
* with contents from the location in temporary storage and return the path.
*
* @param entity The entity from the Service Catalog
* @param entity The entity from the Software Catalog
* @param options.etag (Optional) If etag is provider, it will be used to check if the target has
* updated since the last build.
* @throws {NotModifiedError} when the prepared directory has not been changed since the last build.