diff --git a/docs/app/cloud/index.md b/docs/app/cloud/index.md index d1f791ff988..d6af0053c17 100644 --- a/docs/app/cloud/index.md +++ b/docs/app/cloud/index.md @@ -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) diff --git a/docs/app/cloud/sidebar.ts b/docs/app/cloud/sidebar.ts index 8c3d39ea3ef..e1ba7e6d010 100644 --- a/docs/app/cloud/sidebar.ts +++ b/docs/app/cloud/sidebar.ts @@ -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", @@ -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",