Skip to content

Commit c0fe672

Browse files
committed
set siteTitle
Signed-off-by: seven <[email protected]>
1 parent 2d1f666 commit c0fe672

File tree

8 files changed

+494
-264
lines changed

8 files changed

+494
-264
lines changed

docs/.vitepress/config.mts

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

3-
const title = "DocKit - Elasticsearch Desktop Client";
4-
const description = "DocKit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux";
3+
const title = "DocKit - Elasticsearch GUI Client";
4+
const description = "DocKit is an open-source Elasticsearch GUI client and OpenSearch GUI client for Mac, Windows, and Linux. Manage and analyze your Elasticsearch and OpenSearch data with ease using DocKit's user-friendly interface, advanced search capabilities, and cross-platform support.";
55
const href = "/favicon.ico";
66
// https://vitepress.dev/reference/site-config
77
export default defineConfig({
@@ -12,14 +12,15 @@ export default defineConfig({
1212
head: [
1313
['link', {rel: 'icon', href}],
1414
['meta', {name: 'description', content: description}],
15-
['meta', {name: 'keywords', content: 'elasticsearch, gui, client, opensearch, dockit, database, NoSQL, Kibana, mac, windows, linux'}],
16-
['meta', {property: 'og:title', content: title}],
15+
['meta', {
16+
name: 'keywords',
17+
content: 'Elasticsearch GUI client, Elasticsearch desktop client, Elasticsearch management tool, OpenSearch GUI client, OpenSearch desktop client, DocKit, Elasticsearch data visualization, Elasticsearch data analysis, Elasticsearch data management, Elasticsearch query tool, Elasticsearch cross-platform client, Elasticsearch open-source client, Elasticsearch Mac client, Elasticsearch Windows client, Elasticsearch Linux client, Elasticsearch AI-powered search, Elasticsearch multiple server support'
18+
}], ['meta', {property: 'og:title', content: title}],
1719
['meta', {property: 'og:description', content: description}],
1820
['meta', {property: 'og:image', content: href}],
19-
['meta', {property: 'og:url', content: 'URL of the page'}],
20-
['meta', {property: 'og:site_name', content: 'Name of the site'}],
21+
['meta', {property: 'og:url', content: '/'}],
22+
['meta', {property: 'og:site_name', content: title}],
2123
['meta', {name: 'twitter:card', content: href}],
22-
// ['meta', {name: 'twitter:site', content: '@twitterhandle'}],
2324
['meta', {name: 'twitter:title', content: title}],
2425
['meta', {name: 'twitter:description', content: description}],
2526
['meta', {name: 'twitter:image', content: href}],
@@ -29,6 +30,7 @@ export default defineConfig({
2930
themeConfig: {
3031
// https://vitepress.dev/reference/default-theme-config
3132
logo: '/favicon.ico',
33+
siteTitle: 'DocKit',
3234
nav: [
3335
{text: 'Home', link: '/'},
3436
{text: 'Docs', link: '/docs'},
@@ -57,6 +59,7 @@ export default defineConfig({
5759
{icon: 'github', link: 'https://github.com/geek-fun/dockit'},
5860
// add x social links
5961
{icon: 'twitter', link: 'https://x.com/Blankll31075'},
62+
{icon: 'youtube', link: 'https://www.youtube.com/@geekfun-club'}
6063
],
6164
footer: {
6265
message: 'Dockit is an open-source desktop GUI client for Elasticsearch and OpenSearch across Mac, windows and Linux',

docs/blog/elasticsearch-desktop-client.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Introduction to Elasticsearch Desktop Client - DocKit
3+
keywords: Elasticsearch GUI client, Elasticsearch desktop client, Elasticsearch GUI tool, Elasticsearch desktop tool, Elasticsearch GUI, Elasticsearch desktop, Elasticsearch client, Elasticsearch tool, Elasticsearch management tool, Elasticsearch management client, Elasticsearch management, Elasticsearch data management, Elasticsearch data analysis, Elasticsearch data visualization,Elasticsearch data query, Elasticsearch data exploration, Elasticsearch data optimization, Elasticsearch data efficiency, Elasticsearch data workflow
4+
description: Are you searching for the best Elasticsearch GUI client to streamline your development data management? Look no further! In this comprehensive guide, we will introduce you to DocKit, a top-tier Elasticsearch GUI client designed to enhance your workflow and boost productivity. Whether you're a seasoned developer or just starting out, finding the right tool can make all the difference.
5+
---
6+
17
# Introduction to Elasticsearch Desktop Client - DocKit
28

39
Are you searching for the best Elasticsearch desktop client to streamline your development data management? Look no further! In this comprehensive guide, we will introduce you to DocKit, a top-tier Elasticsearch desktop client designed to enhance your workflow and boost productivity. Whether you're a seasoned developer or just starting out, finding the right tool can make all the difference.
@@ -10,7 +16,7 @@ DocKit is a desktop client, compared to the web-based [Kibana](https://www.elast
1016

1117
DocKit also support [OpenSearch](https://opensearch.org/), which provide seamless features and user experience for OpenSearch users, so developer don't need to switch between Kibana and [OpenSearch Dashboards](https://opensearch.org/docs/latest/dashboards/), they can use DocKit to manage both Elasticsearch and OpenSearch clusters.
1218

13-
![DocKit UI](/public/client-ui.png)
19+
![DocKit UI](/client-ui.png)
1420
## Key Features of DocKit
1521

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

docs/docs/connect-to-server.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# DocKit connect to Elasticsearch server
1+
---
2+
title: Use DocKit GUI connect to Elasticsearch server
3+
keywords: DocKit, Elasticsearch GUI client, connect Elasticsearch server, Elasticsearch connection guide, Elasticsearch management tool, Elasticsearch desktop client, Elasticsearch data management, Elasticsearch data analysis, Elasticsearch data visualization, Elasticsearch query tool, Elasticsearch cross-platform client, Elasticsearch open-source client, Elasticsearch Mac client, Elasticsearch Windows client, Elasticsearch Linux client, Elasticsearch AI-powered search, Elasticsearch multiple server support
4+
description: DocKit as a NoSQL GUI client, it supports multiple databases, including Elasticsearch, OpenSearch, and more to come. This document outlines how to connect to a database server using DocKit.
5+
---
6+
7+
# Use DocKit GUI connect to Elasticsearch server
28
DocKit as a NoSQL GUI client, it supports multiple databases, including [Elasticsearch](https://www.elastic.co), OpenSearch, and more to come. This document outlines how to connect to a database server using DocKit.
39
## Install and Open DocKit
410
you can find detailed instructions on how to install and open DocKit in the [installation guide](../docs/installation.md).

docs/docs/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: DocKit Installation
3+
keywords: DocKit installation, DocKit download, DocKit install, DocKit setup
4+
description: Thanks for trying out DocKit! This guide will help you get started with DocKit.
5+
---
16
# DocKit Installation
27
Thanks for trying out DocKit!:rocket::rocket::rocket: This guide will help you get started with DocKit.
38
Before use DocKit to connect to your Elasticsearch server, you need to install it first.

docs/docs/shortcut.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: DocKit Shortcuts
3+
keywords: DocKit, shortcuts, keyboard shortcuts, productivity, efficiency
4+
description: DocKit provides a set of shortcuts to help users use DocKit more efficiently. This document outlines the available shortcuts and corresponding actions.
5+
---
6+
17
# DocKit Shortcuts Introduction
28
As a Desktop Application, DocKit provides a set of shortcuts to help users use DocKit more efficiently. This document outlines the available shortcuts and corresponding actions.
39
These shortcuts are designed to streamline your workflow and enhance your productivity when working with DocKit to manage your Elasticsearch/OpenSearch server.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ features:
3030

3131
<div align="center" style="padding: 64px;">
3232
<p style="font-size: 20px;margin: 20px;font-weight: bolder;">Client Screen Short</p>
33-
<img src="/public/client-ui.png" alt="Client UI" style="width: 90%"/>
33+
<img src="/client-ui.png" alt="Client UI" style="width: 90%"/>
3434
</div>

0 commit comments

Comments
 (0)