From 9508e90090046635e6c72ffc482f27614c76a625 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 14 Apr 2026 23:19:45 +0200 Subject: [PATCH] fix(admin-manual): replace placeholder text and fix redundant image paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace XXX/YYY GPU placeholders with realistic examples in AppAPI FAQ - Fix grammar "does not supports" → "does not support" - Simplify redundant ../configuration_server/ figure paths in theming.rst AI-Assisted-By: Claude Opus 4.6 Signed-off-by: Anna Larch --- admin_manual/configuration_server/theming.rst | 4 ++-- admin_manual/exapps_management/AppAPIAndExternalApps.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst index 63fc1556ea3..745f6fc9ee1 100644 --- a/admin_manual/configuration_server/theming.rst +++ b/admin_manual/configuration_server/theming.rst @@ -14,7 +14,7 @@ Modify the appearance of Nextcloud You can change the following parameters of the look and feel on your instance: -.. figure:: ../configuration_server/images/theming1.png +.. figure:: images/theming1.png * Name (e.g. ACME Inc. Cloud) * Web link (e.g. https://acme.inc/) @@ -24,7 +24,7 @@ You can change the following parameters of the look and feel on your instance: * Logo: The logo will appear in the header and on the login page. The default has 62/34 px. * Background and login image: The background image -.. figure:: ../configuration_server/images/theming2.png +.. figure:: images/theming2.png * Additional legal links (Legal notice and Privacy policy link) * Custom header logo and favicon as an alternative to auto-generation based on logo diff --git a/admin_manual/exapps_management/AppAPIAndExternalApps.rst b/admin_manual/exapps_management/AppAPIAndExternalApps.rst index 88e5c91fcb9..9b08abfa7f2 100644 --- a/admin_manual/exapps_management/AppAPIAndExternalApps.rst +++ b/admin_manual/exapps_management/AppAPIAndExternalApps.rst @@ -100,9 +100,9 @@ If successful, the ExApp will be displayed under the "Your apps" list. FAQ --- -* I have two graphics cards XXX with 6/8/Y GB of ram each. How can I run something which does not fit into one graphics card? +* I have two graphics cards (e.g. NVIDIA RTX 3060) with 8 GB of VRAM each. How can I run something which does not fit into one graphics card? * Distributing models across multiple GPUs is currently not supported. You will need a GPU that fits all of the model you are trying to use. -* I have YYY graphics card that does not supports CUDA - can I use it and how? +* I have a graphics card that does not support CUDA - can I use it and how? * No, our AI apps require GPUs with CUDA support to function at this time. * What is the minimum VRAM size requirement for the GPU if I want to install multiple apps? * When running multiple ExApps on the same GPU, the GPU must hold the largest model amongst the apps you install.