Skip to content

Commit 4e2cbfd

Browse files
committed
Renaming page from "Getting Started - Example Provider" to "Getting Started - Code Walthrough" (#418)
1 parent 85aff91 commit 4e2cbfd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

website/data/plugin-framework-nav-data.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
"title": "Getting Started",
1111
"routes": [
1212
{
13-
"title": "Example Provider",
14-
"path": "getting-started/example-provider"
13+
"title": "Code Walkthrough",
14+
"path": "getting-started/code-walkthrough"
1515
},
1616
{
1717
"title": "Tutorials",
1818
"href": "https://learn.hashicorp.com/collections/terraform/providers-plugin-framework?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
19+
},
20+
{
21+
"title": "Terraform Provider Scaffolding",
22+
"href": "https://github.com/hashicorp/terraform-provider-scaffolding-framework"
1923
}
2024
]
2125
},

website/docs/plugin/framework/getting-started/example-provider.mdx renamed to website/docs/plugin/framework/getting-started/code-walkthrough.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
page_title: 'Plugin Development - Framework: Getting Started - Simple Example Provider'
2+
page_title: 'Plugin Development - Framework: Getting Started - Code Walkthrough'
33
description: >-
44
How to setup and configure a simple plugin provider.
55
---
66

7-
# Simple Example Provider
7+
# Code Walkthrough
88

99
[Terraform providers](/terraform/language/providers) let Terraform communicate with third parties, such as cloud providers, SaaS providers, and other APIs. Terraform and Terraform providers use gRPC to communicate. Terraform operates as a gRPC client and providers operate as gRPC servers.
1010

0 commit comments

Comments
 (0)