Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/landing/Community.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import githubIcon from '@assets/social/github-light.svg'
import { Icon } from '@iconify/vue'

interface Testimonial {
name: string
Expand Down Expand Up @@ -108,7 +108,7 @@ const testimonials: Testimonial[] = [
<div class="flex flex-col gap-3">
<h2 class="text-white">75k+</h2>
<p class="text-grey flex items-center gap-2">
<img :src="githubIcon" alt="" class="size-6" />
<Icon icon="simple-icons:github" width="20px" height="20px" />
Github Stars
</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"docs-serve": "vitepress serve"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@shikijs/vitepress-twoslash": "^4.0.0",
"@types/express": "^5.0.6",
"@voidzero-dev/vitepress-theme": "^4.5.1",
"@voidzero-dev/vitepress-theme": "^4.8.1",
"feed": "^5.2.0",
"markdown-it-image-size": "^15.0.1",
"oxc-minify": "^0.115.0",
Expand Down
108 changes: 71 additions & 37 deletions pnpm-lock.yaml

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

Loading