From e27318a1f879c195d9ecc0a42d7c1a8e49636d54 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Thu, 30 Jul 2026 10:01:37 +0200 Subject: [PATCH] fix(docs): link 'Maintenance Commands' from the 'Maintenance' page * add missing link to the 'Maintenance Commands' page in the list of sub-pages on the 'Maintenance' page in the Admin section * additionally, fix a typo on the 'Maintenance Commands' page where the `--basepath` command-line option was mistyped as `--basePath` --- docs/admin/maintenance/index.md | 1 + docs/admin/maintenance/maintenance-commands.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/maintenance/index.md b/docs/admin/maintenance/index.md index 368acdd30..b62e6c047 100644 --- a/docs/admin/maintenance/index.md +++ b/docs/admin/maintenance/index.md @@ -16,3 +16,4 @@ Use these guides to keep your OpenCloud installation updated, backed up, and man - [Migrate](./migrate.md) - [Uninstall](./uninstall.md) - [Data Export](./dataexport.md) +- [Maintenance Commands](./maintenance-commands.md) diff --git a/docs/admin/maintenance/maintenance-commands.md b/docs/admin/maintenance/maintenance-commands.md index e78f8a888..d288623ef 100644 --- a/docs/admin/maintenance/maintenance-commands.md +++ b/docs/admin/maintenance/maintenance-commands.md @@ -30,7 +30,7 @@ docker compose run --rm opencloud opencloud ## Storage path -The `--basePath` (`-p`) option is required by storage, revision, and trash commands. It must point to the storage provider path as seen from inside the OpenCloud container. +The `--basepath` (`-p`) option is required by storage, revision, and trash commands. It must point to the storage provider path as seen from inside the OpenCloud container. For Docker Compose deployments, the default path is usually: