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
mutahhir committed Aug 17, 2023
1 parent d9fa4e0 commit 8fc190c
Showing 1 changed file with 45 additions and 14 deletions.
59 changes: 45 additions & 14 deletions website/data/cdktf-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@
"title": "Stacks",
"path": "concepts/stacks"
}

]
},
{
"title": "Examples and Guides",
{
"title": "Examples and Guides",
"routes": [
{
"title": "Examples",
Expand All @@ -82,7 +81,7 @@
"title": "Refactoring Stacks",
"path": "examples-and-guides/refactoring"
}
]
]
},
{
"title": "Create and Deploy Applications",
Expand Down Expand Up @@ -125,7 +124,8 @@
{
"title": "Design",
"path": "develop-custom-constructs/construct-design"
}, {
},
{
"title": "Publishing and Distribution",
"path": "develop-custom-constructs/publishing-and-distribution"
}
Expand Down Expand Up @@ -188,15 +188,46 @@
"title": "Overview",
"path": "release"
},
{ "title": "Upgrading to Version 0.17", "path": "release/upgrade-guide-v0-17" },
{ "title": "Upgrading to Version 0.15", "path": "release/upgrade-guide-v0-15" },
{ "title": "Upgrading to Version 0.13", "path": "release/upgrade-guide-v0-13" },
{ "title": "Upgrading to Version 0.12", "path": "release/upgrade-guide-v0-12" },
{ "title": "Upgrading to Version 0.11", "path": "release/upgrade-guide-v0-11" },
{ "title": "Upgrading to Version 0.10", "path": "release/upgrade-guide-v0-10" },
{ "title": "Upgrading to Version 0.9", "path": "release/upgrade-guide-v0-9" },
{ "title": "Upgrading to Version 0.7", "path": "release/upgrade-guide-v0-7" },
{ "title": "Upgrading to Version 0.6", "path": "release/upgrade-guide-v0-6" }
{
"title": "Upgrading to Version 0.18",
"path": "release/upgrade-guide-v0-18"
},
{
"title": "Upgrading to Version 0.17",
"path": "release/upgrade-guide-v0-17"
},
{
"title": "Upgrading to Version 0.15",
"path": "release/upgrade-guide-v0-15"
},
{
"title": "Upgrading to Version 0.13",
"path": "release/upgrade-guide-v0-13"
},
{
"title": "Upgrading to Version 0.12",
"path": "release/upgrade-guide-v0-12"
},
{
"title": "Upgrading to Version 0.11",
"path": "release/upgrade-guide-v0-11"
},
{
"title": "Upgrading to Version 0.10",
"path": "release/upgrade-guide-v0-10"
},
{
"title": "Upgrading to Version 0.9",
"path": "release/upgrade-guide-v0-9"
},
{
"title": "Upgrading to Version 0.7",
"path": "release/upgrade-guide-v0-7"
},
{
"title": "Upgrading to Version 0.6",
"path": "release/upgrade-guide-v0-6"
}
]
},
{ "title": "Community", "path": "community" },
Expand Down

0 comments on commit 8fc190c

Please sign in to comment.