docs(v2): Add SQL Frames to the showcase (#5086)

* Update users.js to add SQL Frames to the showcase

* Adding image to showcase
This commit is contained in:
dirslashls 2021-06-30 02:15:58 -07:00 committed by GitHub
parent 1cecd78f25
commit b499331625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

View file

@ -997,6 +997,14 @@ const Users = [
source: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET',
tags: ['opensource', 'versioning'],
},
{
title: 'SQL Frames',
description: 'DataFrames meet SQL, in the browser',
preview: require('./showcase/sqlframes_docusaurus.png'),
website: 'https://sqlframes.com/',
source: null,
tags: ['product'],
},
{
title: 'Stryker Mutator',
description: 'Mutation testing for JavaScript, .NET and JVM',