From 6fe9eae1f00ebfedf341d5e40473d2858455b8cc Mon Sep 17 00:00:00 2001 From: descensus <134628590+descensus@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:36:49 +0100 Subject: [PATCH] Adjust the web app example path Correct the web app example path. https://github.com/opencloud-eu/web-extensions/issues/240 --- docs/admin/configuration/web-applications.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/configuration/web-applications.md b/docs/admin/configuration/web-applications.md index 175b7116..d3d6783e 100644 --- a/docs/admin/configuration/web-applications.md +++ b/docs/admin/configuration/web-applications.md @@ -54,13 +54,13 @@ Once the app is copied to the correct location, it will automatically appear in Some OpenCloud apps require additional configuration — for example, the External Sites app. -These configurations can be managed in the following file: +This particular app can be configured by creating the file config.json in the web apps directory: ```bash -opencloud-compose/config/opencloud/apps/external-sites/manifest.json +/web/assets/apps/external-sites/config.json ``` :::note Configuration details vary between apps. -For specific setup instructions, please refer to the official documentation of the respective app. +For specific setup instructions, please refer to the [official documentation](https://github.com/opencloud-eu/web-extensions/tree/main) of the respective app. :::