Skip to content

Commit ee842ec

Browse files
authored
docs: fix incorrect descriptions in backstage-plugin-coder (#137)
* docs: fix subtitle for catalog-info description * docs: fix incorrect reference
1 parent 136c71d commit ee842ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/backstage-plugin-coder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ the Dev Container.
117117
);
118118
```
119119

120-
### `app-config.yaml` files
120+
### `catalog-info.yaml` files
121121

122122
In addition to the above, you can define additional properties on your specific repo's `catalog-info.yaml` file.
123123

plugins/backstage-plugin-coder/docs/api-reference/catalog-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This defines the name of the Coder template you would like to use when creating
4242

4343
**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.
4444

45-
### `templateName`
45+
### `mode`
4646

4747
**Type:** Optional union of `manual` or `auto`
4848

0 commit comments

Comments
 (0)