Skip to content

Commit da10a93

Browse files
authored
backport(docs): add description to provider index page (#280)
* Update docs to clarify Coder templates and workspaces - Add description to index files. - Link to Coder templates and workspaces documentation. * Update docs/index.md * Apply suggestions from code review
1 parent e3fb07e commit da10a93

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
page_title: "Coder Provider"
44
subcategory: "Infrastructure"
55
description: |-
6-
6+
Terraform provider for defining Coder templates, which are the underlying infrastructure for Coder workspaces.
77
---
88

99
# Coder Provider
1010

11+
Terraform provider for defining Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
12+
1113
## Example
1214

1315
```terraform

Diff for: templates/index.md.tmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
page_title: "Coder Provider"
44
subcategory: "Infrastructure"
55
description: |-
6-
6+
Terraform provider for defining Coder templates, which are the underlying infrastructure for Coder workspaces.
77
---
88

99
# Coder Provider
1010

11+
Terraform provider for defining Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces).
12+
1113
## Example
1214

1315
{{tffile "examples/provider/provider.tf"}}

0 commit comments

Comments
 (0)