Skip to content

Commit

Permalink
【doc】update doc and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tzfun committed Oct 12, 2024
1 parent b8824c0 commit 634f882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions doc-source/docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/tzfun/etcd-workbench' },
],

search: {
provider: 'local'
}
// search: {
// provider: 'local'
// }
},
locales: {
root: {
Expand Down

0 comments on commit 634f882

Please sign in to comment.