Skip to content

Commit 11e79b7

Browse files
Ibexa Cloud hub (#2390)
--------- Co-authored-by: julitafalcondusza <[email protected]> (cherry picked from commit a8a602d)
1 parent c751e1d commit 11e79b7

File tree

8 files changed

+29
-8
lines changed

8 files changed

+29
-8
lines changed

docs/getting_started/getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ To get started working with [[= product_name =]], see how you can get an install
1010
[[= cards([
1111
"getting_started/requirements",
1212
"getting_started/install_ibexa_dxp",
13-
"getting_started/install_on_ibexa_cloud",
1413
"getting_started/first_steps",
15-
], columns=4) =]]
14+
], columns=3) =]]
File renamed without changes.

docs/ibexa_cloud/ibexa_cloud.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
description: Host your Ibexa projects on the cloud.
3+
page_type: landing_page
4+
---
5+
6+
# [[= product_name_cloud =]]
7+
8+
[[= product_name_cloud =]] is a cloud hosting platform that enables you to host your application in the cloud using the Platform.sh service.
9+
10+
[[= cards([
11+
"ibexa_cloud/ibexa_cloud_guide",
12+
"ibexa_cloud/install_on_ibexa_cloud",
13+
"ibexa_cloud/ddev_and_ibexa_cloud",
14+
], columns=3) =]]

docs/getting_started/ibexa_cloud_guide.md renamed to docs/ibexa_cloud/ibexa_cloud_guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: The Ibexa Cloud product guide provides a full description of its features as well as the benefits it brings to the client.
3+
title: Ibexa Cloud product guide
34
---
45

56
# [[= product_name_cloud =]] product guide
@@ -122,4 +123,5 @@ When you submit a ticket with [[= product_name_cloud =]], the support team looks
122123
### Lower cost
123124

124125
With PaaS solution there is no need to purchase and maintain hardware or software infrastructure. This reduces the total cost of ownership and operational expenses.
125-
According to [Forrester Total Economic Impact report](https://platform.sh/blog/platform-sh-drives-meaningful-cost-savings/) from March 2022, a company that uses Platform.sh for three years achieves an investment return of 219%. According to this in-depth analysis, Platform.sh reduces operating expenses for developers and IT by $1 million over the course of three years, and in as little as seven months, break-even point can be reached.
126+
According to [Forrester Total Economic Impact report](https://platform.sh/blog/platform-sh-drives-meaningful-cost-savings/) from March 2022, a company that uses Platform.sh for three years achieves an investment return of 219%.
127+
According to this in-depth analysis, Platform.sh reduces operating expenses for developers and IT by $1 million over the course of three years, and in as little as seven months, break-even point can be reached.
File renamed without changes.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a>
4040
</div>
4141
<div class="col-12 col-lg-6 col-fhd-3">
42-
<a class="info-tile" href="getting_started/install_on_ibexa_cloud/">
42+
<a class="info-tile" href="ibexa_cloud/install_on_ibexa_cloud/">
4343
<div class="info-tile__circle" style="background-color: #ecf8fb;">
4444
<svg width="25" height="18"><use xlink:href="images/icons.svg#install-cloud" /></svg>
4545
</div>
@@ -216,4 +216,4 @@
216216
</div>
217217
</div>
218218
</div>
219-
</div>
219+
</div>

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ nav:
1313
- Getting started: getting_started/getting_started.md
1414
- Requirements: getting_started/requirements.md
1515
- Install Ibexa DXP: getting_started/install_ibexa_dxp.md
16-
- Install on Ibexa Cloud: getting_started/install_on_ibexa_cloud.md
17-
- Ibexa Cloud guide: getting_started/ibexa_cloud_guide.md
1816
- Install on MacOS and Windows: getting_started/install_on_mac_os_and_windows.md
1917
- Install with DDEV: getting_started/install_with_ddev.md
2018
- First steps: getting_started/first_steps.md
@@ -747,6 +745,11 @@ nav:
747745
- Customize Elasticsearch index structure: search/extensibility/customize_elasticsearch_index_structure.md
748746
- Manipulate Elasticsearch query: search/extensibility/manipulate_elasticsearch_query.md
749747
- Reindex search: search/reindex_search.md
748+
- Ibexa Cloud:
749+
- Ibexa Cloud: ibexa_cloud/ibexa_cloud.md
750+
- Ibexa Cloud guide: ibexa_cloud/ibexa_cloud_guide.md
751+
- Install on Ibexa Cloud: ibexa_cloud/install_on_ibexa_cloud.md
752+
- DDEV and Ibexa Cloud: ibexa_cloud/ddev_and_ibexa_cloud.md
750753
- Infrastructure and maintenance:
751754
- Infrastructure and maintenance: infrastructure_and_maintenance/infrastructure_and_maintenance.md
752755
- Request lifecycle: infrastructure_and_maintenance/request_lifecycle.md
@@ -765,7 +768,6 @@ nav:
765768
- Clustering: infrastructure_and_maintenance/clustering/clustering.md
766769
- Clustering with AWS S3: infrastructure_and_maintenance/clustering/clustering_with_aws_s3.md
767770
- Clustering with DDEV: infrastructure_and_maintenance/clustering/clustering_with_ddev.md
768-
- DDEV and Ibexa Cloud: infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md
769771
- DevOps: infrastructure_and_maintenance/devops.md
770772
- Backup: infrastructure_and_maintenance/backup.md
771773
- Performance: infrastructure_and_maintenance/performance.md

plugins.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,7 @@ plugins:
544544
'infrastructure_and_maintenance/repository_api.md': 'api/php_api/php_api.md'
545545

546546
'content_management/customize_field_type_metadata.md': 'content_management/field_types/customize_field_type_metadata.md'
547+
548+
'getting_started/ibexa_cloud_guide.md': 'ibexa_cloud/ibexa_cloud_guide.md'
549+
'getting_started/install_on_ibexa_cloud.md': 'ibexa_cloud/install_on_ibexa_cloud.md'
550+
'infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md': 'ibexa_cloud/ddev_and_ibexa_cloud.md'

0 commit comments

Comments
 (0)