Skip to content

Commit cdb631e

Browse files
committed
release: update docs
Signed-off-by: seven <[email protected]>
1 parent 1abbb45 commit cdb631e

File tree

6 files changed

+25
-18
lines changed

6 files changed

+25
-18
lines changed

docs/blog/elasticsearch-desktop-client.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ Elasticsearch and OpenSearch clusters.
3737

3838
DocKit offers a range of features to suit your specific needs:
3939

40-
- **User-Friendly Interface**: Navigate through your Elasticsearch/OpenSearch server with ease using DocKit's intuitive
41-
interface.
40+
- **User-Friendly Interface**: Navigate through your Elasticsearch/OpenSearch server with ease using DocKit's intuitive interface.
4241
- **Advanced Search Capabilities**: Perform complex searches and analyze your data efficiently.
4342
- **Cross-Platform Support**: Available for Mac, Windows, and Linux, ensuring compatibility with your operating system.
4443
- **Open-Source**: DocKit is an open-source project, allowing for community contributions and continuous improvement.
45-
- **Multiple Server Support**: Connect to multiple Elasticsearch/OpenSearch servers simultaneously, streamlining your
46-
workflow.
44+
- **Multiple Server Support**: Connect to multiple Elasticsearch/OpenSearch servers simultaneously, streamlining your workflow.
4745
- **AI-Powered Search**: Utilize AI-powered search capabilities to enhance your data analysis and visualization.
46+
- **Dark Mode Support**: DocKit offers a dark mode to protect your eyes and improve productivity.
47+
- **Multi-Window Support**: DocKit supports multi-window operations, allowing you to view and edit multiple indices and documents simultaneously.
48+
- **Multi-Language Support**: DocKit provides multiple language versions, ensuring ease of use for users worldwide.
49+
- **Cluster Management and Monitoring**: DocKit offers cluster management and monitoring features, helping you easily manage and monitor the health, nodes, shards, and indices of your Elasticsearch clusters.
4850

4951
## How to Get Started with DocKit
5052

docs/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ hero:
1919

2020
features:
2121
- title: Full featured editor
22-
details: Powered by monaco-editor the backbones of vscode, provide familiar editor environment for developers
23-
- title: Persists your connections
24-
details: Keep your Elasticsearch server connections in DocKit move the dependencies of dashboard tools
25-
- title: File persistence
26-
details: Save your ElasticSearch Query in your machine as file, never lost
27-
- title: Multi engines support
28-
details: Support Elasticsearch, OpenSearch, and more to come
22+
details: Powered by monaco-editor (the backbone of vscode), providing a familiar editing environment for developers.
23+
- title: Persist connections and query DSL
24+
details: DocKit can connect to multiple Elasticsearch/OpenSearch clusters simultaneously and persist query DSL to local files, preventing data loss.
25+
- title: Multi-engine support
26+
details: Supports Elasticsearch, OpenSearch, and more engines coming soon.
27+
- title: Cluster management and monitoring
28+
details: DocKit provides cluster management and monitoring features, helping you easily manage and monitor the health, nodes, shards, and indices of your Elasticsearch clusters.
29+
2930
---
3031

3132
<div align="center" style="padding: 64px;">

docs/zh/blog/elasticsearch-desktop-client.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ DocKit 提供了一系列功能以满足您的特定需求:
3131
- **开源**:DocKit 是一个开源项目,允许社区贡献和持续改进。
3232
- **多服务器支持**:同时连接多个 Elasticsearch/OpenSearch 服务器,简化您的工作流程。
3333
- **AI 驱动的搜索**:利用 AI 驱动的搜索功能增强您的数据分析和可视化。
34+
- **支持暗黑模式**:DocKit 提供暗黑模式,保护您的眼睛并提升工作效率。
35+
- **多窗口支持**:DocKit 支持多窗口操作,允许您同时查看和编辑多个索引和文档。
36+
- **多语言支持**:DocKit 提供多种语言版本,确保全球用户都能轻松使用。
37+
- **集群管理和监控**:DocKit 提供集群管理和监控功能,帮助您轻松管理和监控 Elasticsearch 集群的健康状况、节点、分片和索引等信息。
3438

3539
## 如何开始使用 DocKit
3640

docs/zh/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ hero:
2020
features:
2121
- title: 全功能编辑器
2222
details: DocKit的编辑器由 monaco-editor(vscode的编辑基础模块) 构建而来,提供了与vscode一致的编辑体验,为开发者提供熟悉的编辑环境
23-
- title: 持久化您的连接
24-
details: 在 DocKit 中保持您的 ElasticSearch/OpenSearch 服务器连,移除对仪表板工具如Kibana等的依赖
25-
- title: 查询DSL持久化
26-
details: 将您的 ElasticSearch/OpenSearch 查询保存为文件,永不丢失
23+
- title: 连接、查询DSL持久化
24+
details: DocKit可以同时连接多个 ElasticSearch/OpenSearch 集群,并且可以将查询DSL持久化到本地文件中,避免数据丢失。
2725
- title: 多引存储擎支持
2826
details: 支持 Elasticsearch、OpenSearch,更多引擎即将支持
27+
- title: 可视化管理监控
28+
details: DocKit 提供集群管理和监控功能,帮助您轻松管理和监控 Elasticsearch 集群的健康状况、节点、分片和索引等信息。
2929
---
3030

3131
<div align="center" style="padding: 64px;">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dockit-site",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)