Skip to content

Commit 07fb3e2

Browse files
committed
fix(admin-manual): replace placeholder text and fix redundant image paths
- 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 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 45d9de0 commit 07fb3e2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

admin_manual/configuration_server/theming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Customize the appearance of Nextcloud
1111

1212
You can change the following aspects of your instance's appearance:
1313

14-
.. figure:: ../configuration_server/images/theming1.png
14+
.. figure:: images/theming1.png
1515

1616
* **Name** (e.g., ACME Inc. Cloud).
1717
* **Web link** (e.g., https://acme.inc/).
@@ -21,7 +21,7 @@ You can change the following aspects of your instance's appearance:
2121
* **Logo**: Appears in the header and on the login page (default size: 62x34 px).
2222
* **Background and login image**: Sets the page background.
2323

24-
.. figure:: ../configuration_server/images/theming2.png
24+
.. figure:: images/theming2.png
2525

2626
* **Additional legal links**: Legal notice and privacy policy.
2727
* **Custom header logo and favicon**: Optionally override the auto-generated favicon based on your logo.

admin_manual/exapps_management/AppAPIAndExternalApps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ If successful, the ExApp will be displayed under the "Your apps" list.
100100
FAQ
101101
---
102102

103-
* 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?
103+
* 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?
104104
* 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.
105-
* I have YYY graphics card that does not supports CUDA - can I use it and how?
105+
* I have a graphics card that does not support CUDA - can I use it and how?
106106
* No, our AI apps require GPUs with CUDA support to function at this time.
107107
* What is the minimum VRAM size requirement for the GPU if I want to install multiple apps?
108108
* When running multiple ExApps on the same GPU, the GPU must hold the largest model amongst the apps you install.

0 commit comments

Comments
 (0)