From 634f882228e75943510e82fbc64096deab92a4dd Mon Sep 17 00:00:00 2001 From: beifengtz Date: Sat, 12 Oct 2024 15:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90doc=E3=80=91update=20doc=20and=20READM?= =?UTF-8?q?E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_ZH.md | 2 +- doc-source/docs/.vitepress/config.mjs | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d9c415..e557840 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A beautiful and lightweight ETCD V3 client. Provides App and Web packages. Suppo 6. Support SSL, SSH connection. 7. Support cluster information viewing, version compression, data backup and other functions. 8. Support Key-Value editing, multi-language format highlighting, batch import/export. -9. Supports comparison of multiple versions of key. +9. Support comparison of multiple versions of key. 10. Support lease management: creation, deletion, key bind relationship, countdown display. 11. Support user management: enable/disable authentication, creation, deletion, grant/revocation of roles, etc. 12. Support role management: creation, deletion, authorization/revocation of permissions, etc. @@ -28,7 +28,7 @@ A beautiful and lightweight ETCD V3 client. Provides App and Web packages. Suppo # Download -Please go to [releases](https://github.com/tzfun/etcd-workbench/releases) to download the latest version of the corresponding version. +Please go to [website](https://tzfun.github.io/etcd-workbench/) to download the latest version. If you need to download historical versions, please go to [releases](https://github.com/tzfun/etcd-workbench/releases). - App: The version number is prefixed with **App**, for example `App-1.0.0` - Support `windows-x86_64` diff --git a/README_ZH.md b/README_ZH.md index afe5f3b..d7413b6 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -28,7 +28,7 @@ # 下载 -请前往 [releases](https://github.com/tzfun/etcd-workbench/releases) 下载对应版本的最新版。 +请前往[Etcd Workbench首页](https://tzfun.github.io/etcd-workbench/)下载最新版,如果需要下载历史版本请前往[releases](https://github.com/tzfun/etcd-workbench/releases)。 - App:版本号以 **App** 为前缀,例如 `App-1.0.0` - 支持 `windows-x86_64` diff --git a/doc-source/docs/.vitepress/config.mjs b/doc-source/docs/.vitepress/config.mjs index 84d61f2..070389b 100644 --- a/doc-source/docs/.vitepress/config.mjs +++ b/doc-source/docs/.vitepress/config.mjs @@ -17,9 +17,9 @@ export default defineConfig({ { icon: 'github', link: 'https://github.com/tzfun/etcd-workbench' }, ], - search: { - provider: 'local' - } + // search: { + // provider: 'local' + // } }, locales: { root: {