diff --git a/docs/getting_started/install_with_ddev.md b/docs/getting_started/install_with_ddev.md index 52c13b5e21..0b8f8bf26c 100644 --- a/docs/getting_started/install_with_ddev.md +++ b/docs/getting_started/install_with_ddev.md @@ -408,7 +408,7 @@ If the local project needs to answer to real production domains (for example, to DDEV can be useful to locally simulate a production cluster. - See [clustering with DDEV](clustering_with_ddev.md) to add Elasticsearch, Solr, Redis or Memcached to your DDEV installation. -- See [Ibexa Cloud and DDEV](ibexa_cloud_and_ddev.md) to locally run an [[= product_name =]] project by using DDEV. +- See [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) to locally run an [[= product_name =]] project by using DDEV. ## Stop or remove the project diff --git a/docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md b/docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md index 92329ff420..6d5e2c8f0d 100644 --- a/docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md +++ b/docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md @@ -25,7 +25,7 @@ The `ddev config --php-version` option should set the same PHP version as the pr Discover more commands in [DDEV documentation](https://ddev.readthedocs.io/en/latest/users/usage/commands/). -To run an [[= product_name_cloud =]] project locally, you may refer to [Ibexa Cloud and DDEV](ibexa_cloud_and_ddev.md) instead. +To run an [[= product_name_cloud =]] project locally, you may refer to [DDEV and Ibexa Cloud](ddev_and_ibexa_cloud.md) instead. ## Install search engine diff --git a/docs/infrastructure_and_maintenance/clustering/ibexa_cloud_and_ddev.md b/docs/infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md similarity index 99% rename from docs/infrastructure_and_maintenance/clustering/ibexa_cloud_and_ddev.md rename to docs/infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md index fd555b2daa..17c429532d 100644 --- a/docs/infrastructure_and_maintenance/clustering/ibexa_cloud_and_ddev.md +++ b/docs/infrastructure_and_maintenance/clustering/ddev_and_ibexa_cloud.md @@ -2,7 +2,7 @@ description: Use DDEV to run an Ibexa Cloud project locally. --- -# Ibexa Cloud and DDEV +# DDEV and Ibexa Cloud Two ways are available to run an [[= product_name_cloud =]] project locally with DDEV: diff --git a/mkdocs.yml b/mkdocs.yml index e41b1eb815..a6e3aa807a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -663,7 +663,7 @@ 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 - - Ibexa Cloud and DDEV: infrastructure_and_maintenance/clustering/ibexa_cloud_and_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