From 12bd23be1041b32764e82afc1fa704c44ed498f5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 5 Sep 2024 19:36:29 +0000 Subject: [PATCH 1/3] Update docs to clarify Coder templates and workspaces - Add description to index files. - Link to Coder templates and workspaces documentation. --- docs/index.md | 4 +++- templates/index.md.tmpl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index a4dfd70e..a9e15768 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,11 +3,13 @@ page_title: "Coder Provider" subcategory: "Infrastructure" description: |- - + Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces. --- # Coder Provider +Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). + ## Example ```terraform diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 5ca983fd..de4ec73e 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -3,11 +3,13 @@ page_title: "Coder Provider" subcategory: "Infrastructure" description: |- - + Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces. --- # Coder Provider +Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). + ## Example {{tffile "examples/provider/provider.tf"}} From 076349fc97a95acbaed7c3450d1c97a80cb12f1b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 6 Sep 2024 13:06:50 +0500 Subject: [PATCH 2/3] Update docs/index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a9e15768..2303624a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ page_title: "Coder Provider" subcategory: "Infrastructure" description: |- - Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces. + Terraform provider for defining Coder templates, which are the underlying infrastructure for Coder workspaces. --- # Coder Provider From e75ad74616d0da199dff4026be2c46ebc33250a2 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 6 Sep 2024 13:09:39 +0500 Subject: [PATCH 3/3] Apply suggestions from code review --- docs/index.md | 2 +- templates/index.md.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2303624a..43cc59bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: |- # Coder Provider -Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). +Terraform provider for defining Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). ## Example diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index de4ec73e..e484b235 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -3,12 +3,12 @@ page_title: "Coder Provider" subcategory: "Infrastructure" description: |- - Terraform provider for managing Coder templates, which are the underlying infrastructure for Coder workspaces. + Terraform provider for defining Coder templates, which are the underlying infrastructure for Coder workspaces. --- # Coder Provider -Terraform provider for managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). +Terraform provider for defining Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). ## Example