Skip to content

Commit 60a4462

Browse files
committed
Moving schemas to handling data - schemas (#418)
1 parent d635814 commit 60a4462

File tree

3 files changed

+350
-345
lines changed

3 files changed

+350
-345
lines changed

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

+11-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
{
1717
"title": "Core Concepts",
1818
"path": "getting-started/core-concepts"
19+
},
20+
{
21+
"title": "Learn Collection",
22+
"href": "https://learn.hashicorp.com/collections/terraform/providers-plugin-framework?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
1923
}
2024
]
2125
},
22-
{
23-
"title": "Learn Collection",
24-
"href": "https://learn.hashicorp.com/collections/terraform/providers-plugin-framework?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
25-
},
2626
{
2727
"title": "Provider Servers",
2828
"path": "provider-servers"
@@ -115,8 +115,13 @@
115115
]
116116
},
117117
{
118-
"title": "Schemas",
119-
"path": "schemas"
118+
"title": "Handling Data",
119+
"routes": [
120+
{
121+
"title": "Schemas",
122+
"path": "handling-data/schemas"
123+
}
124+
]
120125
},
121126
{
122127
"title": "Paths",

0 commit comments

Comments
 (0)