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.
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 )
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments