Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ More features are coming soon, keep an eye on our [**blog**](https://www.jetify.
- Speed up your dev environments with [**Jetify Cache**](./cache/index.md)
- Integrate Secrets with your Devbox project using [**Jetify Secrets**](./secrets/index.md)
- Learn how to [**create your team**](./dashboard/creating_your_team.md) and [**invite members**](./dashboard/inviting_members.md)
<!--- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md) -->
- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md)
20 changes: 10 additions & 10 deletions docs/app/cloud/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ const cloudSidebar: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Deploying your Project with Jetify Deployments",
items: [
{
type: "autogenerated",
dirName: "deploys",
},
],
},
{
type: "category",
label: "Teams and Projects",
Expand All @@ -50,16 +60,6 @@ const cloudSidebar: SidebarsConfig = {
},
],
},
// {
// type: "category",
// label: "Deploying your Project with Jetify Deployments",
// items: [
// {
// type: "autogenerated",
// dirName: "cloud/deploys",
// },
// ],
// },
{
type: "doc",
id: "faq",
Expand Down