Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/getting_started/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ To get started working with [[= product_name =]], see how you can get an install
[[= cards([
"getting_started/requirements",
"getting_started/install_ibexa_dxp",
"getting_started/install_on_ibexa_cloud",
"getting_started/first_steps",
], columns=4) =]]
], columns=3) =]]
14 changes: 14 additions & 0 deletions docs/ibexa_cloud/ibexa_cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
description: Host your Ibexa projects on the cloud.
page_type: landing_page
---

# [[= product_name_cloud =]]

[[= product_name_cloud =]] is a cloud hosting platform that enables you to host your application in the cloud using the Platform.sh service.

[[= cards([
"ibexa_cloud/ibexa_cloud_guide",
"ibexa_cloud/install_on_ibexa_cloud",
"ibexa_cloud/ddev_and_ibexa_cloud",
], columns=3) =]]
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: The Ibexa Cloud product guide provides a full description of its features as well as the benefits it brings to the client.
title: Ibexa Cloud product guide
---

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

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.
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.
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.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</a>
</div>
<div class="col-12 col-lg-6 col-fhd-3">
<a class="info-tile" href="getting_started/install_on_ibexa_cloud/">
<a class="info-tile" href="ibexa_cloud/install_on_ibexa_cloud/">
<div class="info-tile__circle" style="background-color: #ecf8fb;">
<svg width="25" height="18"><use xlink:href="images/icons.svg#install-cloud" /></svg>
</div>
Expand Down Expand Up @@ -216,4 +216,4 @@
</div>
</div>
</div>
</div>
</div>
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ nav:
- Getting started: getting_started/getting_started.md
- Requirements: getting_started/requirements.md
- Install Ibexa DXP: getting_started/install_ibexa_dxp.md
- Install on Ibexa Cloud: getting_started/install_on_ibexa_cloud.md
- Ibexa Cloud guide: getting_started/ibexa_cloud_guide.md
- Install on MacOS and Windows: getting_started/install_on_mac_os_and_windows.md
- Install with DDEV: getting_started/install_with_ddev.md
- First steps: getting_started/first_steps.md
Expand Down Expand Up @@ -747,6 +745,11 @@ nav:
- Customize Elasticsearch index structure: search/extensibility/customize_elasticsearch_index_structure.md
- Manipulate Elasticsearch query: search/extensibility/manipulate_elasticsearch_query.md
- Reindex search: search/reindex_search.md
- Ibexa Cloud:
- Ibexa Cloud: ibexa_cloud/ibexa_cloud.md
- Ibexa Cloud guide: ibexa_cloud/ibexa_cloud_guide.md
- Install on Ibexa Cloud: ibexa_cloud/install_on_ibexa_cloud.md
- DDEV and Ibexa Cloud: ibexa_cloud/ddev_and_ibexa_cloud.md
- Infrastructure and maintenance:
- Infrastructure and maintenance: infrastructure_and_maintenance/infrastructure_and_maintenance.md
- Request lifecycle: infrastructure_and_maintenance/request_lifecycle.md
Expand All @@ -765,7 +768,6 @@ nav:
- Clustering: infrastructure_and_maintenance/clustering/clustering.md
- Clustering with AWS S3: infrastructure_and_maintenance/clustering/clustering_with_aws_s3.md
- Clustering with DDEV: infrastructure_and_maintenance/clustering/clustering_with_ddev.md
- DDEV and Ibexa Cloud: infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md
- DevOps: infrastructure_and_maintenance/devops.md
- Backup: infrastructure_and_maintenance/backup.md
- Performance: infrastructure_and_maintenance/performance.md
Expand Down
4 changes: 4 additions & 0 deletions plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,3 +544,7 @@ plugins:
'infrastructure_and_maintenance/repository_api.md': 'api/php_api/php_api.md'

'content_management/customize_field_type_metadata.md': 'content_management/field_types/customize_field_type_metadata.md'

'getting_started/ibexa_cloud_guide.md': 'ibexa_cloud/ibexa_cloud_guide.md'
'getting_started/install_on_ibexa_cloud.md': 'ibexa_cloud/install_on_ibexa_cloud.md'
'infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md': 'ibexa_cloud/ddev_and_ibexa_cloud.md'