mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 21:18:47 +02:00
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:
parent
1cecd78f25
commit
b499331625
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/sqlframes_docusaurus.png
Normal file
BIN
website/src/data/showcase/sqlframes_docusaurus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue