Skip to content

Commit

Permalink
feat: Update docs and blog with KraftKit v0.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Nov 15, 2023
1 parent f082b06 commit 6b1b286
Show file tree
Hide file tree
Showing 46 changed files with 2,315 additions and 260 deletions.
66 changes: 57 additions & 9 deletions configs/cli.sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"title": "Building",
"path": "/docs/cli/building"
},
{
"title": "Filesystem",
"path": "/docs/cli/filesystem"
},
{
"title": "Running",
"path": "/docs/cli/running"
Expand All @@ -42,8 +46,12 @@
"summarize": true,
"routes": [
{
"title": "`Kraftfile`",
"title": "Kraftfile (v0.6, latest)",
"path": "/docs/cli/reference/kraftfile/latest"
},
{
"title": "Kraftfile (v0.5)",
"path": "/docs/cli/reference/kraftfile/v0.5"
}
]
},
Expand All @@ -61,17 +69,9 @@
"title": "`kraft clean`",
"path": "/docs/cli/reference/kraft/clean"
},
{
"title": "`kraft fetch`",
"path": "/docs/cli/reference/kraft/fetch"
},
{
"title": "`kraft menu`",
"path": "/docs/cli/reference/kraft/menu"
},
{
"title": "`kraft prepare`",
"path": "/docs/cli/reference/kraft/prepare"
}
]
},
Expand All @@ -97,6 +97,10 @@
"title": "`kraft pkg push`",
"path": "/docs/cli/reference/kraft/pkg/push"
},
{
"title": "`kraft pkg rm`",
"path": "/docs/cli/reference/kraft/pkg/rm"
},
{
"title": "`kraft pkg source`",
"path": "/docs/cli/reference/kraft/pkg/source"
Expand Down Expand Up @@ -167,6 +171,50 @@
}
]
},
{
"title": "Kraft Cloud Commands",
"sort": false,
"open": true,
"summarize": true,
"routes": [
{
"title": "`kraft cloud deploy`",
"path": "/docs/cli/reference/kraft/cloud/deploy"
},
{
"title": "`kraft cloud img ls`",
"path": "/docs/cli/reference/kraft/cloud/img/ls"
},
{
"title": "`kraft cloud inst create`",
"path": "/docs/cli/reference/kraft/cloud/instance/create"
},
{
"title": "`kraft cloud inst delete`",
"path": "/docs/cli/reference/kraft/cloud/instance/delete"
},
{
"title": "`kraft cloud inst logs`",
"path": "/docs/cli/reference/kraft/cloud/instance/logs"
},
{
"title": "`kraft cloud inst ls`",
"path": "/docs/cli/reference/kraft/cloud/instance/ls"
},
{
"title": "`kraft cloud inst start`",
"path": "/docs/cli/reference/kraft/cloud/instance/start"
},
{
"title": "`kraft cloud inst status`",
"path": "/docs/cli/reference/kraft/cloud/instance/status"
},
{
"title": "`kraft cloud inst stop`",
"path": "/docs/cli/reference/kraft/cloud/instance/stop"
}
]
},
{
"title": "Miscellaneous Commands",
"sort": false,
Expand Down
Loading

0 comments on commit 6b1b286

Please sign in to comment.