Skip to content

Commit 4e77155

Browse files
committed
Adding Getting Started section with Simple Example Provider subsection (#418)
1 parent 488e688 commit 4e77155

File tree

2 files changed

+421
-0
lines changed

2 files changed

+421
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"title": "Overview",
77
"path": ""
88
},
9+
{
10+
"title": "Getting Started",
11+
"routes": [
12+
{
13+
"title": "Example Provider",
14+
"path": "getting-started/example-provider"
15+
}
16+
]
17+
},
918
{
1019
"title": "Learn Collection",
1120
"href": "https://learn.hashicorp.com/collections/terraform/providers-plugin-framework?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"

0 commit comments

Comments
 (0)