From c26417de70e55aa88c1b7e625d171be287d06df4 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 29 Oct 2023 08:57:58 +0800 Subject: [PATCH] chore: update docs links --- web/src/components/CreateStorageServiceDialog.tsx | 2 +- web/src/components/Settings/SSOSection.tsx | 4 ++-- web/src/components/Settings/StorageSection.tsx | 7 +++++-- web/src/components/Settings/SystemSection.tsx | 2 +- web/src/components/UpdateLocalStorageDialog.tsx | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/web/src/components/CreateStorageServiceDialog.tsx b/web/src/components/CreateStorageServiceDialog.tsx index 4d261f22..a4fe59ad 100644 --- a/web/src/components/CreateStorageServiceDialog.tsx +++ b/web/src/components/CreateStorageServiceDialog.tsx @@ -190,7 +190,7 @@ const CreateStorageServiceDialog: React.FC = (props: Props) => { {
{t("setting.sso-section.sso-list")} - + @@ -127,7 +127,10 @@ const StorageSection = () => {

{t("common.learn-more")}

- + Docs - Local storage diff --git a/web/src/components/Settings/SystemSection.tsx b/web/src/components/Settings/SystemSection.tsx index 6a005cff..501221f3 100644 --- a/web/src/components/Settings/SystemSection.tsx +++ b/web/src/components/Settings/SystemSection.tsx @@ -374,7 +374,7 @@ const SystemSection = () => {
{t("common.learn-more")} diff --git a/web/src/components/UpdateLocalStorageDialog.tsx b/web/src/components/UpdateLocalStorageDialog.tsx index 60bd7218..cd4f8ccd 100644 --- a/web/src/components/UpdateLocalStorageDialog.tsx +++ b/web/src/components/UpdateLocalStorageDialog.tsx @@ -52,7 +52,7 @@ const UpdateLocalStorageDialog: React.FC = (props: Props) => {

{t("setting.storage-section.update-local-path-description")}

e.g. {"assets/{timestamp}_{filename}"} - +