Skip to content

Commit

Permalink
docs: use automated sponsor listing
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 7, 2024
1 parent bb4ba9f commit 0e684bb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 75 deletions.
28 changes: 1 addition & 27 deletions docs/.vitepress/theme/composables/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,7 @@ const viteSponsors: Pick<Sponsors, 'special' | 'gold'> = {
},
],
gold: [
// through GitHub -> OpenCollective
{
name: 'Remix',
url: 'https://remix.run/',
img: '/remix.svg',
},
{
name: 'Nx',
url: 'https://nx.dev/',
img: '/nx.svg',
},
{
name: 'Transloadit',
url: 'https://transloadit.com/?utm_source=vite&utm_medium=referral&utm_campaign=sponsorship&utm_content=website',
img: '/transloadit.svg',
hasDark: true,
},
{
name: 'Huly',
url: 'https://huly.io/',
img: '/huly.svg',
},
{
name: 'Handsontable',
url: 'https://handsontable.com/docs/react-data-grid/?utm_source=vite_docs&utm_medium=sponsorship&utm_campaign=library_sponsorship_2024',
img: '/handsontable.svg',
},
// now automated via sponsors.vuejs.org too
],
}

Expand Down
1 change: 0 additions & 1 deletion docs/public/handsontable.svg

This file was deleted.

6 changes: 0 additions & 6 deletions docs/public/huly.svg

This file was deleted.

8 changes: 0 additions & 8 deletions docs/public/nx.svg

This file was deleted.

15 changes: 0 additions & 15 deletions docs/public/remix.svg

This file was deleted.

17 changes: 0 additions & 17 deletions docs/public/transloadit-dark.svg

This file was deleted.

Loading

0 comments on commit 0e684bb

Please sign in to comment.