Skip to content

Commit aa9c985

Browse files
committed
update docs
Signed-off-by: seven <[email protected]>
1 parent 6df0336 commit aa9c985

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

docs/.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export default defineConfig({
5050

5151
socialLinks: [
5252
{icon: 'github', link: 'https://github.com/geek-fun/dockit'}
53-
]
53+
],
54+
footer: {
55+
message: 'Dockit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux',
56+
copyright: 'Copyright © 2023-present <a href="https://github.com/geek-fun">geek-fun</a>'
57+
}
5458
}
5559
})

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ hero:
66
name: "DocKit"
77
text: A better NoSQL/NewSQL GUI client
88
tagline: Explore your data any time from your laptop
9+
image:
10+
src: /public/dockit.png
11+
alt: DocKit logo
912
actions:
1013
- theme: brand
1114
text: Download
@@ -25,3 +28,7 @@ features:
2528
details: Support Elasticsearch, OpenSearch, and more to come
2629
---
2730

31+
<div align="center" style="padding: 64px;">
32+
<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%"/>
34+
</div>

docs/public/client-ui.png

446 KB
Loading

docs/public/dockit.png

119 KB
Loading

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

0 commit comments

Comments
 (0)