From 0c7e0450b114e400376ce4e9e6371151115e6e9f Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 19 Nov 2025 14:12:09 +0800 Subject: [PATCH 1/2] Add file sharing instructions to documentation --- docs/en/modules/file-management.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/modules/file-management.md b/docs/en/modules/file-management.md index e0cb3225f1..37211c3cb6 100644 --- a/docs/en/modules/file-management.md +++ b/docs/en/modules/file-management.md @@ -144,6 +144,12 @@ You can move files by clicking `Actions -> Move` on the table. You can rename a file by clicking `Actions -> Rename` on the table. +###### File Sharing + +You can share a file by clicking `Actions -> Share` on the table. if you enable sharing, you can copy the shared link in the table. + +> Anyone with the shared link can access this file once sharing is enabled + ## Data Seed This module doesn't seed any data. From fcc7a9b8bde02d7b6e87e8b76cbfa0c86de91ca0 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 19 Nov 2025 14:14:04 +0800 Subject: [PATCH 2/2] Update file-management.md --- docs/en/modules/file-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/file-management.md b/docs/en/modules/file-management.md index 37211c3cb6..8a5f7aae29 100644 --- a/docs/en/modules/file-management.md +++ b/docs/en/modules/file-management.md @@ -146,9 +146,9 @@ You can rename a file by clicking `Actions -> Rename` on the table. ###### File Sharing -You can share a file by clicking `Actions -> Share` on the table. if you enable sharing, you can copy the shared link in the table. +To share a file, click `Actions -> Share` in the table. Once sharing is enabled, you can copy the shared link directly from the table. -> Anyone with the shared link can access this file once sharing is enabled +> Anyone with the shared link will be able to access the file while sharing is enabled. ## Data Seed