mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): showcase user supabase (#2233)
This commit is contained in:
parent
40185a649b
commit
f254da5bb8
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
|
|
@ -61,6 +61,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Supabase',
|
||||
description: 'Open Source Realtime and RESTful APIs for Postgres',
|
||||
preview: require('./showcase/supabase.png'),
|
||||
website: 'https://www.supabase.io/',
|
||||
source: 'https://github.com/supabase/monorepo',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'uniforms',
|
||||
description: 'A set of React libraries for building forms',
|
||||
|
|
|
|||
Loading…
Reference in New Issue