docs: remove GraphQL mesh from showcase (#6293)

* docs: remove GraphQL mesh from showcase

* mark as unavailable
This commit is contained in:
Joshua Chen 2022-01-08 19:03:46 +08:00 committed by GitHub
parent 4fad1ce0cd
commit 9e1b364841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -643,14 +643,6 @@ const Users: User[] = [
source: 'https://github.com/kamilkisiela/graphql-inspector',
tags: ['opensource', 'design', 'product'],
},
{
title: 'GraphQL Mesh',
description: 'Query anything, run everywhere',
preview: require('./showcase/graphql-mesh.png'),
website: 'https://graphql-mesh.com',
source: 'https://github.com/urigo/graphql-mesh',
tags: ['opensource'],
},
{
title: 'GTFS-to-HTML',
description: 'Generate human-readable HTML timetables from GTFS',
@ -969,6 +961,7 @@ const Users: User[] = [
source: 'https://github.com/miroiu/nodify',
tags: ['opensource', 'design'],
},
// TODO site unavailable on 01/08/2022
{
title: 'OCPeasy',
description:
@ -1024,7 +1017,7 @@ const Users: User[] = [
description:
'A design-system-driven UI framework that helps developer build beautiful and accessible mobile apps right out of the box',
preview: require('./showcase/pearl-ui.png'),
website: 'https://www.pearl-ui.dev/',
website: 'https://docs.pearl-ui.dev/',
source: 'https://github.com/agrawal-rohit/pearl-ui',
tags: ['opensource', 'design', 'product'],
},