Skip to content

Commit

Permalink
docs: update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Oct 14, 2023
1 parent 44fdd81 commit b03134c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/.vitepress/layouts/showcase.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
import { useData } from 'vitepress'
import CardLink from '../components/CardLink.vue'
import { VPButton } from 'vitepress/theme'
const { frontmatter } = useData()
</script>
Expand All @@ -15,6 +16,8 @@ const { frontmatter } = useData()
<h2 class="mt-2 md:mt-6 md:text-2xl font-medium text-[var(--vp-c-text-2)] max-w-[540px]">
{{ frontmatter.description }}
</h2>

<VPButton text="Add Showcase" class="mt-6" target="_blank" href="https://github.com/radix-vue/radix-vue/blob/main/docs/content/showcase.md" />
</div>

<div class="flex flex-col gap-8 md:gap-12">
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

:root {
--vp-c-brand-1: #10b981;
--vp-c-brand-light: #10b981;
--vp-c-brand-light: #25a677;
--vp-c-brand-lighter: #34d399;
--vp-c-brand-lightest: #a7f3d0;
--vp-c-brand-2: #059669;
Expand Down
4 changes: 4 additions & 0 deletions docs/content/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ projects:
description: Blazing fast file uploader and awesome bunker written in node! 🚀
url: https://chibisafe.moe/
image: https://chibisafe.moe/meta.jpg
- title: Crypto Map
description: Explore the world and find places to spend your crypto.
url: https://map.nimiq.com/
image: https://mycbdmurjytbdahjljoh.supabase.co/storage/v1/object/public/og-image/og-image.jpg


starters:
Expand Down

0 comments on commit b03134c

Please sign in to comment.