Skip to content

Commit 812ed3f

Browse files
committed
remove deploy references
1 parent dc21431 commit 812ed3f

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

docs/app/docs/cloud/faq.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,37 @@ To share secrets and access to deployments with other team members, you will nee
1717

1818
## How do Jetify Cloud Plans work?
1919

20-
Jetify Cloud Plans are available for a monthly platform fee, and allow you to share your Jetify Cloud resources with your team, along with increased support levels. All plans include usage credits equal to the monthly platform fee, which are billed at standard usage rates.
20+
Jetify Cloud Plans are available for a monthly platform fee, and allow you to share your Jetify Cloud resources with your team, along with increased support levels. All plans include usage credits equal to the monthly platform fee, which are billed at standard usage rates.
2121

2222
For more details, see our [**pricing**](https://www.jetify.com/cloud/pricing) page.
2323

2424
## Do you offer self-hosted or private instances of Jetify Cloud?
2525

2626
We offer private instances and other features as part of our Enterprise Plan. [Contact us](https://calendly.com/d/3rd-bhp-qym/meet-with-the-jetify-team) so we can build a solution that meets your needs.
2727

28-
## How does pricing for Jetify Deploys work?
28+
<!-- ## How does pricing for Jetify Deploys work?
2929
3030
Jetify Deploys cost $0.10/vCPU per hour while your deployment is scheduled. If your Deployment is idle for more than 15 minutes, Jetify Cloud will automatically scale down your deployment to zero. You are not charged for usage while your deployment is scaled down.
3131
32+
-->
33+
34+
## What are the specs of the Jetify Cloudboxes?
35+
36+
Jetify Cloudboxes by default have:
37+
38+
* 4 Dedicated vCPUs
39+
* 16 GB of RAM
40+
* 10 GB of user SSD Storage
41+
42+
Larger instances or more resources are available on request for paid customers! Contact us at [**[email protected]**](mailto:[email protected]?subject=Request More Resources)
43+
3244
## How does pricing for Jetify Cache work?
3345

3446
The Jetify Prebuilt Cache is included in your subscription for no additional cost.
3547

3648
Jetify Private Cache costs $0.60/GB of storage per month for the first 50 GB, and $0.50/GB per month after that. Jetify Private cache does not charge for bandwidth or downloads.
3749

38-
## What size instances are available for Jetify Deploys?
50+
<!-- ## What size instances are available for Jetify Deploys?
3951
4052
You can configure the following instance sizes for your Deployment.
4153
@@ -46,6 +58,8 @@ You can configure the following instance sizes for your Deployment.
4658
| Medium | 1 | 2GB |
4759
| Large | 2 | 4GB |
4860
61+
-->
62+
4963
## My project needs a custom instance size or scaling policy
5064

5165
We can customize Jetify Deployments for your project's needs. [Contact us](https://calendly.com/d/3rd-bhp-qym/meet-with-the-jetify-team) for help with a customized solution.

docs/app/docs/cloud/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Jetify Cloud is currently available in Early Access. We're actively working on a
1717

1818
Jetify Cloud currently includes:
1919

20-
**[Jetify Cache](./cache/index.md)**: Provides a secure, private cache to share packages across all your Devbox projects and environments, whether sourced from Nixpkgs or Flakes. Avoid rebuilding custom packages locally or in CI.
20+
**[Jetify Cache](./cache/index.md)**: Provides a secure, private cache to share packages across all your Devbox projects and environments, whether sourced from Nixpkgs or Flakes. Avoid rebuilding custom packages locally or in CI.
2121

2222
**[Jetify Secrets](./secrets/index.md)**: Securely store secrets and variables for all of your environments, and automatically synchronize them with your Devbox Shells and Scripts
2323

24-
**[Jetify Deploys](./deploys/index.md)**: Deploy Devbox projects as autoscaling, stateless services. See your changes live and in production as soon as you push to your repository, no extra DevOps or Config required.
24+
<!-- **[Jetify Deploys](./deploys/index.md)**: Deploy Devbox projects as autoscaling, stateless services. See your changes live and in production as soon as you push to your repository, no extra DevOps or Config required. -->
2525

2626
More features are coming soon, keep an eye on our [**blog**](https://www.jetify.com/blog) for future updates!
2727

@@ -30,4 +30,4 @@ More features are coming soon, keep an eye on our [**blog**](https://www.jetify.
3030
- Learn how to [**create your team**](./dashboard/creating_your_team.md) and [**invite members**](./dashboard/inviting_members.md)
3131
- Speed up your dev environments with [**Jetify Cache**](./cache/index.md)
3232
- Integrate Secrets with your Devbox project using [**Jetify Secrets**](./secrets/index.md)
33-
- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md)
33+
- <!-- Learn how to deploy your application with [**Jetify Deploys**](./deploys/index.md) -->

docs/app/docs/cloud/sidebar.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,24 @@ const cloudSidebar: SidebarsConfig = {
3434
},
3535
{
3636
type: "category",
37-
label: "Deploying your Project with Jetify Deployments",
37+
label: "Developing with Jetify Cloudboxes",
3838
items: [
3939
{
4040
type: "autogenerated",
41-
dirName: "cloud/deploys",
41+
dirName: "cloud/sandboxes",
4242
},
4343
],
4444
},
45+
// {
46+
// type: "category",
47+
// label: "Deploying your Project with Jetify Deployments",
48+
// items: [
49+
// {
50+
// type: "autogenerated",
51+
// dirName: "cloud/deploys",
52+
// },
53+
// ],
54+
// },
4555
{
4656
type: "doc",
4757
id: "cloud/faq",

0 commit comments

Comments
 (0)