From b3720526cec1467b275b5c6212619c244e89448d Mon Sep 17 00:00:00 2001 From: bioerrorlog Date: Tue, 9 Jul 2024 22:47:18 +0900 Subject: [PATCH 1/2] docs: fix subtitle for catalog-info description --- plugins/backstage-plugin-coder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/backstage-plugin-coder/README.md b/plugins/backstage-plugin-coder/README.md index 657521e2..a2eb0136 100644 --- a/plugins/backstage-plugin-coder/README.md +++ b/plugins/backstage-plugin-coder/README.md @@ -117,7 +117,7 @@ the Dev Container. ); ``` -### `app-config.yaml` files +### `catalog-info.yaml` files In addition to the above, you can define additional properties on your specific repo's `catalog-info.yaml` file. From bea170f025745b7d442f67d51dca9be9c41e53e2 Mon Sep 17 00:00:00 2001 From: bioerrorlog Date: Tue, 9 Jul 2024 22:47:46 +0900 Subject: [PATCH 2/2] docs: fix incorrect reference --- .../backstage-plugin-coder/docs/api-reference/catalog-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/backstage-plugin-coder/docs/api-reference/catalog-info.md b/plugins/backstage-plugin-coder/docs/api-reference/catalog-info.md index 34fd72b3..cb3d9b56 100644 --- a/plugins/backstage-plugin-coder/docs/api-reference/catalog-info.md +++ b/plugins/backstage-plugin-coder/docs/api-reference/catalog-info.md @@ -42,7 +42,7 @@ This defines the name of the Coder template you would like to use when creating **Note:** This value has overlap with the `defaultTemplateName` property defined in [`CoderAppConfig`](types.md#coderappconfig). In the event that both values are present, the YAML file's `templateName` property will always be used instead. -### `templateName` +### `mode` **Type:** Optional union of `manual` or `auto`