Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Sidebar to Match Design Spec #1048

Merged
merged 3 commits into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions website/data/plugin-sdk-nav-data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[
{ "heading": "SDKv2" },
{ "title": "Overview", "path": "" },
{
"title": "Tutorials: Custom Providers",
"href": "https://learn.hashicorp.com/collections/terraform/providers?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
},
{
"title": "Schemas",
"routes": [
Expand Down Expand Up @@ -40,21 +36,13 @@
}
]
},
{
"title": "Logging",
{
"title": "Logging",
"routes": [
{
"title": "Overview",
"path": "logging"
},
{
"title": "Writing Logs",
"href": "/plugin/log/writing"
},
{
"title": "Filtering Logs",
"href": "/plugin/log/filtering"
},
{
"title": "HTTP Transport",
"path": "logging/http-transport"
Expand Down