diff --git a/docs/getting_started/getting_started.md b/docs/getting_started/getting_started.md index da9b1917fa..67e89c4cd3 100644 --- a/docs/getting_started/getting_started.md +++ b/docs/getting_started/getting_started.md @@ -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) =]] diff --git a/docs/infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md b/docs/ibexa_cloud/ddev_and_ibexa_cloud.md similarity index 100% rename from docs/infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md rename to docs/ibexa_cloud/ddev_and_ibexa_cloud.md diff --git a/docs/ibexa_cloud/ibexa_cloud.md b/docs/ibexa_cloud/ibexa_cloud.md new file mode 100644 index 0000000000..5de1596d46 --- /dev/null +++ b/docs/ibexa_cloud/ibexa_cloud.md @@ -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) =]] diff --git a/docs/getting_started/ibexa_cloud_guide.md b/docs/ibexa_cloud/ibexa_cloud_guide.md similarity index 96% rename from docs/getting_started/ibexa_cloud_guide.md rename to docs/ibexa_cloud/ibexa_cloud_guide.md index 87bb616872..d7c05e3a74 100644 --- a/docs/getting_started/ibexa_cloud_guide.md +++ b/docs/ibexa_cloud/ibexa_cloud_guide.md @@ -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 @@ -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. \ No newline at end of file +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. diff --git a/docs/getting_started/install_on_ibexa_cloud.md b/docs/ibexa_cloud/install_on_ibexa_cloud.md similarity index 100% rename from docs/getting_started/install_on_ibexa_cloud.md rename to docs/ibexa_cloud/install_on_ibexa_cloud.md diff --git a/docs/index.md b/docs/index.md index 740c04a9b3..dbe17ea65c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@
- \ No newline at end of file + diff --git a/mkdocs.yml b/mkdocs.yml index f13d74e640..fdc03a0dea 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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 @@ -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 diff --git a/plugins.yml b/plugins.yml index 82e8f7fbc2..dc5dcece4f 100644 --- a/plugins.yml +++ b/plugins.yml @@ -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'