mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
docs(showcase): remove supabase (#9856)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
1bbc68bc30
commit
0d3ac877d5
3 changed files with 1 additions and 9 deletions
2
.github/workflows/showcase-test.yml
vendored
2
.github/workflows/showcase-test.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Set up Node
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '20'
|
||||
cache: yarn
|
||||
- name: Installation
|
||||
run: yarn
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
|
@ -2111,14 +2111,6 @@ const Users: User[] = [
|
|||
source: 'https://github.com/wixplosives/stylable.io',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Supabase',
|
||||
description: 'Open Source Realtime and RESTful APIs for Postgres',
|
||||
preview: require('./showcase/supabase.png'),
|
||||
website: 'https://www.supabase.io/docs',
|
||||
source: 'https://github.com/supabase/supabase/tree/master/web',
|
||||
tags: ['opensource', 'favorite', 'design', 'large', 'product'],
|
||||
},
|
||||
{
|
||||
title: 'Svix',
|
||||
description: 'Webhooks as a Service',
|
||||
|
|
Loading…
Add table
Reference in a new issue