File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ More features are coming soon, keep an eye on our [**blog**](https://www.jetify.
33
33
- Speed up your dev environments with [ ** Jetify Cache** ] ( ./cache/index.md )
34
34
- Integrate Secrets with your Devbox project using [ ** Jetify Secrets** ] ( ./secrets/index.md )
35
35
- 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 )
Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ const cloudSidebar: SidebarsConfig = {
39
39
} ,
40
40
] ,
41
41
} ,
42
+ {
43
+ type : "category" ,
44
+ label : "Deploying your Project with Jetify Deployments" ,
45
+ items : [
46
+ {
47
+ type : "autogenerated" ,
48
+ dirName : "deploys" ,
49
+ } ,
50
+ ] ,
51
+ } ,
42
52
{
43
53
type : "category" ,
44
54
label : "Teams and Projects" ,
@@ -50,16 +60,6 @@ const cloudSidebar: SidebarsConfig = {
50
60
} ,
51
61
] ,
52
62
} ,
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
- // },
63
63
{
64
64
type : "doc" ,
65
65
id : "faq" ,
You can’t perform that action at this time.
0 commit comments