docs(v2): add FoalTS to showcase page (#3928)

This commit is contained in:
Loïc Poullain 2020-12-16 16:23:27 +01:00 committed by GitHub
parent 6703f8420e
commit 57c336c148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -117,6 +117,15 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
title: 'FoalTS',
description: 'Node.JS framework for building web applications',
preview: require('./showcase/foal.png'),
website: 'https://foalts.org/',
source: 'https://github.com/FoalTS/foal/tree/master/docs',
fbOpenSource: false,
pinned: false,
},
{
title: 'GraphQL Code Generator',
description: