Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Feb 20, 2024
1 parent 6df0336 commit aa9c985
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export default defineConfig({

socialLinks: [
{icon: 'github', link: 'https://github.com/geek-fun/dockit'}
]
],
footer: {
message: 'Dockit is an open-source Elasticsearch gui client, OpenSearch gui client for Mac, windows and Linux',
copyright: 'Copyright © 2023-present <a href="https://github.com/geek-fun">geek-fun</a>'
}
}
})
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ hero:
name: "DocKit"
text: A better NoSQL/NewSQL GUI client
tagline: Explore your data any time from your laptop
image:
src: /public/dockit.png
alt: DocKit logo
actions:
- theme: brand
text: Download
Expand All @@ -25,3 +28,7 @@ features:
details: Support Elasticsearch, OpenSearch, and more to come
---

<div align="center" style="padding: 64px;">
<p style="font-size: 20px;margin: 20px;font-weight: bolder;">Client Screen Short</p>
<img src="/public/client-ui.png" alt="Client UI" style="width: 90%"/>
</div>
Binary file added docs/public/client-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/dockit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockit-site",
"version": "0.0.10",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aa9c985

Please sign in to comment.