Skip to content

Commit

Permalink
Add new metadata function docs to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Feb 17, 2023
1 parent 7dbf0a5 commit c02e5c3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions website/data/cli-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,16 @@
}
]
},
{
"title": "Accessing Metadata",
"routes": [
{ "title": "Overview", "path": "metadata" },
{
"title": "<code>metadata functions</code>",
"href": "/cli/commands/metadata/functions"
}
]
},
{
"title": "Alphabetical List of Commands",
"routes": [
Expand All @@ -275,6 +285,10 @@
{ "title": "<code>init</code>", "href": "/cli/commands/init" },
{ "title": "<code>login</code>", "href": "/cli/commands/login" },
{ "title": "<code>logout</code>", "href": "/cli/commands/logout" },
{
"title": "<code>metadata functions</code>",
"href": "/cli/commands/metadata/functions"
},
{ "title": "<code>output</code>", "href": "/cli/commands/output" },
{ "title": "<code>plan</code>", "href": "/cli/commands/plan" },
{ "title": "<code>providers</code>", "href": "/cli/commands/providers" },
Expand Down Expand Up @@ -375,6 +389,16 @@
{ "title": "init", "path": "commands/init" },
{ "title": "login", "path": "commands/login" },
{ "title": "logout", "path": "commands/logout" },
{
"title": "metadata",
"routes": [
{ "title": "metadata", "path": "commands/metadata" },
{
"title": "metadata functions",
"path": "commands/metadata/functions"
}
]
},
{ "title": "output", "path": "commands/output" },
{ "title": "plan", "path": "commands/plan" },
{
Expand Down

0 comments on commit c02e5c3

Please sign in to comment.