Skip to content

Commit

Permalink
chore: add upgrade guide to nav data
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Oct 13, 2023
1 parent d323dca commit f965caa
Showing 1 changed file with 40 additions and 10 deletions.
50 changes: 40 additions & 10 deletions website/data/cdktf-nav-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{ "heading": "CDK for Terraform" },
{ "title": "Overview", "path": "" },
{
"heading": "CDK for Terraform"
},
{
"title": "Overview",
"path": ""
},
{
"title": "Get Started",
"href": "https://learn.hashicorp.com/tutorials/terraform/cdktf-install?in=terraform/cdktf"
Expand Down Expand Up @@ -86,12 +91,18 @@
{
"title": "Create and Deploy Applications",
"routes": [
{ "title": "Project Setup", "path": "create-and-deploy/project-setup" },
{
"title": "Project Setup",
"path": "create-and-deploy/project-setup"
},
{
"title": "Configuration File",
"path": "create-and-deploy/configuration-file"
},
{ "title": "Best Practices", "path": "create-and-deploy/best-practices" },
{
"title": "Best Practices",
"path": "create-and-deploy/best-practices"
},
{
"title": "Environment Variables",
"path": "create-and-deploy/environment-variables"
Expand Down Expand Up @@ -134,8 +145,14 @@
{
"title": "Test and Debug",
"routes": [
{ "title": "Unit Tests", "path": "test/unit-tests" },
{ "title": "Debugging", "path": "test/debugging" }
{
"title": "Unit Tests",
"path": "test/unit-tests"
},
{
"title": "Debugging",
"path": "test/debugging"
}
]
},
{
Expand All @@ -145,7 +162,10 @@
"title": "CLI Configuration",
"path": "cli-reference/cli-configuration"
},
{ "title": "Commands", "path": "cli-reference/commands" }
{
"title": "Commands",
"path": "cli-reference/commands"
}
]
},
{
Expand Down Expand Up @@ -188,6 +208,10 @@
"title": "Overview",
"path": "release"
},
{
"title": "Upgrading to Version 0.19",
"path": "release/upgrade-guide-v0-19"
},
{
"title": "Upgrading to Version 0.18",
"path": "release/upgrade-guide-v0-18"
Expand Down Expand Up @@ -230,6 +254,12 @@
}
]
},
{ "title": "Community", "path": "community" },
{ "title": "Telemetry", "path": "telemetry" }
]
{
"title": "Community",
"path": "community"
},
{
"title": "Telemetry",
"path": "telemetry"
}
]

0 comments on commit f965caa

Please sign in to comment.