Skip to content

Commit b7698cd

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-87: No subject
1 parent a3dc51b commit b7698cd

File tree

3 files changed

+94
-0
lines changed

3 files changed

+94
-0
lines changed

umbraco-cloud/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* [Sustainability Dashboard](getting-started/the-umbraco-cloud-portal/sustainability-dashboard.md)
1515
* [Project Overview](getting-started/project-overview.md)
1616
* [Environments](getting-started/environments.md)
17+
* [Flexible Environments (beta)](getting-started/flexible-environments/README.md)
18+
* [Docs Strategy incl. notes](getting-started/flexible-environments/docs-strategy-incl.-notes.md)
1719
* [Baselines](getting-started/baselines/README.md)
1820
* [Baseline Merge Conflicts](getting-started/baselines/baseline-merge-conflicts.md)
1921
* [Break Reference between Baseline and Child Project](getting-started/baselines/break-baseline.md)
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
description: >-
3+
Use flexible environments to create a separate workflow along side the
4+
left-to-right deployment approach in Umbraco Cloud.
5+
---
6+
7+
# Flexible Environments (beta)
8+
9+
{% hint style="warning" %}
10+
Beta feature: Some features might not be fully available.
11+
{% endhint %}
12+
13+
Flexible Environments allow users to create and manage an unlimited number of environments. This enhancement provides greater flexibility in orchestrating both code and content workflows, empowering developers and content editors to work in a way that best suits their needs.
14+
15+
{% hint style="info" %}
16+
Current limitations
17+
18+
* Only one flexible environment is available.
19+
* Flexible environments are only available to Projects paid with Invoices or Credits.
20+
* CI/CD Pipelines are not supported.
21+
{% endhint %}
22+
23+
With Flexible Environments, teams can create as many environments as needed, allowing for more efficient and tailored workflows.
24+
25+
This feature enables:
26+
27+
* **Parallel development and testing**: Developers can create isolated environments for different features, bug fixes, or client-specific work without impacting the main development branch.
28+
* **Custom workflow orchestration**: Teams can define custom flows of code and content deployment rather than being restricted to a linear left-to-right approach.
29+
* **Easier hotfixes and feature releases**: Urgent fixes can be deployed directly without being blocked by unfinished work in other environments.
30+
31+
Improved Content Management: Content editors can create, test, and validate content changes without depending on the Development environment.
32+
33+
***
34+
35+
## On this page:
36+
37+
### Key concepts (??)
38+
39+
## Plan/Availability
40+
41+
This should be added on Umbraco.com, and not be part of the documentation. We can always link to Umbraco.com.
42+
43+
We should at least not be adding information about pricing - this is not relevant for documentation.
44+
45+
## How to deploy between your flexible environment and the mainline environment
46+
47+
This is a guide and should contain information about both directions.
48+
49+
## Creating a new mainline/flexible environment
50+
51+
These should eventually replace the other articles we have about creating environments.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Docs Strategy incl. notes
2+
3+
## Docs strategy
4+
5+
### Stage 1: Preparation for Public beta (April 11th)
6+
7+
* [ ] Write a new article explaining the concept and how it works, including limitations.
8+
9+
### Stage 2: Public beta starts
10+
11+
* [ ] Publish new Flexible environments article
12+
* [ ] Consider whether the article should be _hidden_.
13+
14+
### Stage 3: Preparations for the official launch (TBD)
15+
16+
* [ ] All references to Dev, Stage, and Live environments are replaced.
17+
* [ ] All articles that mention environments and deployments are revised and rewritten if necessary.
18+
* [ ] Content from the Flexible Environments (beta) articles is split into:
19+
* [ ] Feature article containing information and high-overview.
20+
* [ ] Guide(s) containing steps and how to use the new feature.
21+
22+
### State 4: Official launch of the feature
23+
24+
* [ ] Publish the changes made in Stage 3.
25+
26+
## List of articles that need to be changed/updated/removed:
27+
28+
| Article | Action |
29+
| ----------------------------------------------------------------------- | --------------- |
30+
| [environments.md](../environments.md "mention") | Rewrite/Replace |
31+
| [manage-environments.md](../../set-up/manage-environments.md "mention") | Rewrite |
32+
| [cloud-to-cloud.md](../../deployment/cloud-to-cloud.md "mention") | Rewrite |
33+
| [deployment](../../deployment/ "mention") | Rewrite |
34+
| [project-overview.md](../project-overview.md "mention") | Rewrite |
35+
| [hotfixes](../../deployment/hotfixes/ "mention") | Remove/Rewrite |
36+
37+
This list does not include all articles that reference environments. This list can be found [here](https://docs.google.com/spreadsheets/d/14pMRjz2QGPU8o5C1iHbha2DtM9tUdxEq/edit?usp=sharing\&ouid=111948135078114796259\&rtpof=true\&sd=true).
38+
39+
## Troubleshooting
40+
41+
If we can avoid it, let's not for a NEW feature, publish docs that include a troubleshooting section. This sends the wrong message.

0 commit comments

Comments
 (0)