Skip to content

Commit 45715c0

Browse files
committed
docs: update content and route references for managing-projects-and-feature-slots
1 parent aef5ce6 commit 45715c0

4 files changed

Lines changed: 33 additions & 27 deletions

File tree

content/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: 'Frequently Asked Questions about Deploy Now, supported frameworks and technologies and how to deploy them.'
33
sidebar: 'docs'
44
prev: '/docs/cronjobs/'
5-
next: '/docs/feature-management/'
5+
next: '/docs/managing-projects-and-feature-slots/'
66
editable: true
77
---
88

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,55 @@
11
---
2-
description: 'Feature Management and Project Consistency in Deploy Now'
2+
description: 'Managing Projects and Feature Slots in Deploy Now'
33
sidebar: 'docs'
44
prev: '/docs/faq/'
55
next: '/docs/provider/'
66
editable: true
77
---
88

9-
# Feature Management and Project Consistency in Deploy Now
9+
# Managing Projects and Feature Slots in Deploy Now
1010

1111
## Overview
1212

13-
When using **Deploy Now**, each online project must be paired with a corresponding active Deploy Now Project feature. This ensures predictable deployment behavior and consistent resource usage across your projects.
13+
When managing your **Deploy Now** projects, a common misconception is that every online project is hard-linked to a specific "Project Feature" in your contract.
1414

15-
In Deploy Now, the number of enabled **Deploy Now features** must always match the number of **projects currently online**.
15+
In reality, Deploy Now features simply act as an overall pool of available **slots**. There is no direct connection between a specific project and a specific feature. Instead of looking for an exact match, you only need to ensure that your total number of available slots meets or exceeds your total number of currently deployed projects.
1616

17-
## Feature–Project Relationship
17+
## Understanding Static vs. Dynamic Slots
1818

19-
Deploy Now uses a one-to-one relationship between:
19+
When managing your features and projects, the only distinction you need to make is the *type* of project you are hosting. Features are categorized into two types of slots:
2020

21-
- **Feature units** — these represent active deployment capacity, including staging deployments and feature environments.
22-
- **Online projects** — the live apps or sites currently deployed through Deploy Now.
21+
* **Static Slots:** Used for hosting static projects.
22+
* **Dynamic Slots:** Used for hosting dynamic projects.
2323

24-
Make sure your project count aligns with your available features before making changes to avoid temporary configuration mismatches.
24+
As long as you have enough slots of the correct type to cover your active projects, your Deploy Now environment will operate smoothly. The exact feature you add or remove does not matter, only the **total number of slots**.
2525

26-
## What Happens If a Feature Is Removed by Mistake
26+
## Deleting a Project and a Feature
2727

28-
If a Deploy Now feature that is associated with an online project is deleted unintentionally:
28+
Because there is no fixed connection between a project and a feature, removing a project to save costs is a straightforward, two-step process. You do not need to identify the "exact" feature to delete.
2929

30-
- The **online project is *not*** deleted.
31-
- The project **remains in Deploy Now and continues to exist** as a resource.
32-
- No data loss occurs as a result of the feature deletion.
33-
- Deploy Now marks the project as lacking one matching feature but does not disable the project itself.
30+
To safely scale down:
31+
1. **Delete the Project:** Remove the specific online project you no longer need via the Deploy Now interface. Take note of whether it was a static or dynamic project.
32+
2. **Delete Any Matching Feature Slot:** Navigate to your plan management and cancel *any* feature of the corresponding type (static or dynamic).
3433

35-
## Restoring Normal Operation
34+
**Important:** Before removing a feature, always verify that your remaining number of slots is equal to or greater than the number of projects you plan to keep online.
35+
36+
## What Happens If a Feature (Slot) Is Removed by Mistake?
37+
38+
If you accidentally delete a Deploy Now feature slot before deleting a project—resulting in fewer slots than active projects—your deployments are safe:
3639

37-
To restore correct feature–project alignment:
40+
* The **online project is *not*** deleted.
41+
* The project remains in Deploy Now and your files are safe (no data loss occurs).
42+
* Deploy Now will simply flag your account as lacking the necessary slot capacity.
43+
44+
## Restoring Normal Operation
3845

39-
1. **Re-activate a Deploy Now feature** via your dashboard or contacting support.
40-
2. Ensure the **total number of active features matches the total number of online projects**.
41-
3. Deploy Now will automatically return to normal operational state once alignment is restored.
46+
If you find yourself with a capacity mismatch (more projects than slots), you can easily restore normal operation by balancing your numbers:
4247

43-
This process ensures that each project has the correct deployment support without impacting uptime.
48+
* **Option A:** Re-activate a Deploy Now feature (static or dynamic, depending on what is missing) via your dashboard.
49+
* **Option B:** Delete an unused online project to free up an existing slot, bringing your active project count back within your limit.
4450

4551
## Best Practice Recommendations
4652

47-
- Review your active features regularly via the Deploy Now dashboard.
48-
- Before removing a feature, confirm that the intended project is no longer needed or has been decommissioned.
49-
- If you encounter mismatches, re-add a free feature rather than deleting the associated project.
53+
* **Think in "Parking Spaces":** Treat your Deploy Now features like parking spaces (slots) and your projects like cars. Any car can park in any available space of the right size (static vs. dynamic).
54+
* **Check the Type:** Always double-check if the project you are managing is static or dynamic before adding or removing features.
55+
* **Count Before Deleting:** Before removing a feature from your account, briefly count your remaining active projects to ensure you have enough capacity left over.

content/docs/provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: 'Frequently Asked Questions about Deploy Now, supported frameworks and technologies and how to deploy them.'
33
sidebar: 'docs'
4-
prev: '/docs/feature-management/'
4+
prev: '/docs/managing-projects-and-feature-slots/'
55
next: '/blog/'
66
editable: true
77
---

gridsome.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
title: "More",
8989
items: [
9090
"/docs/faq/",
91-
"/docs/feature-management/",
91+
"/docs/managing-projects-and-feature-slots/",
9292
"/docs/provider/",
9393
...(showBlog ? ["/blog/"] : []),
9494
"/about-us/",

0 commit comments

Comments
 (0)