From a90433161c47200097d0769b5ac6e8f8c2572662 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 21 Aug 2024 11:38:37 +0300 Subject: [PATCH 1/2] docs: add description to provider index page --- 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 859964d4..735e3ccd 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 +CTerraform 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 12132aa6dbafbb8b764d36cbc73dc92b3984919b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 21 Aug 2024 11:51:56 +0300 Subject: [PATCH 2/2] fix typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 735e3ccd..7ce115a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: |- # Coder Provider -CTerraform 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 managing Coder [templates](https://coder.com/docs/templates), which are the underlying infrastructure for Coder [workspaces](https://coder.com/docs/workspaces). ## Example