Skip to content

Commit

Permalink
chore: split up resource documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 12, 2024
1 parent 56a63c2 commit 78fb94c
Show file tree
Hide file tree
Showing 6 changed files with 1,218 additions and 1,182 deletions.
25 changes: 21 additions & 4 deletions website/data/cdktf-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@
"title": "Get Started",
"href": "https://learn.hashicorp.com/tutorials/terraform/cdktf-install?in=terraform/cdktf"
},
{
"title": "Resources",
"routes": [
{
"title": "Basiscs",
"path": "resources/basics"
},
{
"title": "Importing",
"path": "resources/importing"
},
{
"title": "Refactoring",
"path": "resources/refactoring"
},
{
"title": "Escape Hatches",
"path": "resources/escape-hatches"
}
]
},
{
"title": "Concepts",
"routes": [
Expand All @@ -29,10 +50,6 @@
"title": "Providers",
"path": "concepts/providers"
},
{
"title": "Resources",
"path": "concepts/resources"
},
{
"title": "Modules",
"path": "concepts/modules"
Expand Down
Loading

0 comments on commit 78fb94c

Please sign in to comment.