Skip to content

Commit 40affef

Browse files
committed
Add deploys back to Sidebar
1 parent 3ed10ab commit 40affef

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/app/cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ More features are coming soon, keep an eye on our [**blog**](https://www.jetify.
3333
- Speed up your dev environments with [**Jetify Cache**](./cache/index.md)
3434
- Integrate Secrets with your Devbox project using [**Jetify Secrets**](./secrets/index.md)
3535
- Learn how to [**create your team**](./dashboard/creating_your_team.md) and [**invite members**](./dashboard/inviting_members.md)
36-
<!--- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md) -->
36+
- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md)

docs/app/cloud/sidebar.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ const cloudSidebar: SidebarsConfig = {
3939
},
4040
],
4141
},
42+
{
43+
type: "category",
44+
label: "Deploying your Project with Jetify Deployments",
45+
items: [
46+
{
47+
type: "autogenerated",
48+
dirName: "deploys",
49+
},
50+
],
51+
},
4252
{
4353
type: "category",
4454
label: "Teams and Projects",
@@ -50,16 +60,6 @@ const cloudSidebar: SidebarsConfig = {
5060
},
5161
],
5262
},
53-
// {
54-
// type: "category",
55-
// label: "Deploying your Project with Jetify Deployments",
56-
// items: [
57-
// {
58-
// type: "autogenerated",
59-
// dirName: "cloud/deploys",
60-
// },
61-
// ],
62-
// },
6363
{
6464
type: "doc",
6565
id: "faq",

0 commit comments

Comments
 (0)