Skip to content

Commit

Permalink
docs: add Svix to showcase (#7254)
Browse files Browse the repository at this point in the history
* docs: add Svix to showcase

Motivation
Svix uses Docusaurus for our documentation. It could be cool to add it in the showcase page.

Have you read the Contributing Guidelines on pull requests?
Yes

Test Plan
Run yarn run start:v2 and check that the page http://localhost:3000/showcase is rendered properly.

Related PRs
No

* Add svix doc preview image

* Delete Svix.png

* re-upload preview image

needed to make file name lower case.

* optimize image

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
svix-ken and Josh-Cena authored Apr 28, 2022
1 parent b747143 commit ba1d3f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added website/src/data/showcase/svix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,14 @@ const Users: User[] = [
source: 'https://github.com/supabase/supabase/tree/master/web',
tags: ['opensource', 'favorite', 'design', 'large', 'product'],
},
{
title: 'Svix',
description: 'Webhooks as a Service',
preview: require('./showcase/svix.png'),
website: 'https://docs.svix.com/',
source: 'https://github.com/svix/svix-docs',
tags: ['opensource', 'product'],
},
{
title: 'Synergies',
description:
Expand Down

0 comments on commit ba1d3f4

Please sign in to comment.