From ff6d2e2e4fd55c4d157f4f860198086ac2a54c51 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 3 Oct 2024 14:29:30 +0200 Subject: [PATCH] [docs-only] Update deployment examples ocis_full README.md References: https://github.com/owncloud/ocis/issues/10053?notification_referrer_id=NT_kwDOADKtwbMxMjQxMjYwNjk3MjozMzIxMjgx#issuecomment-2391127835 Make the readme more clear about where to get which documentation for which audience. --- deployments/examples/ocis_full/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/deployments/examples/ocis_full/README.md b/deployments/examples/ocis_full/README.md index 5c2c07c977..cb31c0c242 100644 --- a/deployments/examples/ocis_full/README.md +++ b/deployments/examples/ocis_full/README.md @@ -4,7 +4,12 @@ document this deployment example in: docs/ocis/deployment/ocis_full.md # Infinite Scale WOPI Deployment Example -This deployment example is documented in the [developer documentation](https://owncloud.dev/ocis/deployment/ocis_full/). -See the link for more details and instructions on how to deploy this scenario. +This deployment example is documented in two locations for different audiences: + +* In the [Admin Documentation](https://doc.owncloud.com/ocis/latest/index.html)\ + Providing two variants using detailed configuration step by step guides:\ + [Local Production Setup](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy Infinite Scale on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html). + +* In the [Developer Documentation](https://owncloud.dev/ocis/deployment/ocis_full/)\ + Providing details which are more developer focused. This description can also be used when deviating from the default. -Also see the [Admin Documentation](https://doc.owncloud.com/ocis/latest/index.html) for administrative and more configuration details.