Skip to content

Commit 3f38a99

Browse files
committed
feat: update title #18
Signed-off-by: seven <[email protected]>
1 parent b4e5939 commit 3f38a99

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {defineConfig} from 'vitepress'
22

3-
const title = "DocKit - Elasticsearch/OpenSearch gui Client";
3+
const title = "DocKit - GUI Client for Elasticsearch/OpenSearch ";
44
const description = "DocKit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux, 开源 Elasticsearch OpenSearch 桌面客户端";
55
const href = "/favicon.ico";
66
// https://vitepress.dev/reference/site-config
77
export default defineConfig({
8-
title: "DocKit",
8+
title,
99
description,
1010
outDir: '../dist',
1111
cacheDir: '../cache',
@@ -54,7 +54,7 @@ export default defineConfig({
5454
{icon: 'github', link: 'https://github.com/geek-fun/dockit'}
5555
],
5656
footer: {
57-
message: 'Dockit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux',
57+
message: 'Dockit is an open-source desktop GUI client for Elasticsearch and OpenSearch across Mac, windows and Linux',
5858
copyright: 'Copyright © 2023-present <a href="https://github.com/geek-fun">geek-fun</a>'
5959
}
6060
}

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.2.1",
3+
"version": "0.2.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)