mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
docs: add SeaQL sites to showcase (#7841)
* docs: add SeaQL sites to showcase * minor tweaks Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
e0d75963ec
commit
72055d758b
3 changed files with 18 additions and 0 deletions
BIN
website/src/data/showcase/SeaQL-blog.png
Normal file
BIN
website/src/data/showcase/SeaQL-blog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
website/src/data/showcase/StarfishQL.png
Normal file
BIN
website/src/data/showcase/StarfishQL.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -1921,6 +1921,15 @@ const Users: User[] = [
|
|||
source: 'https://github.com/SeaQL/seaql.github.io',
|
||||
tags: ['opensource', 'versioning'],
|
||||
},
|
||||
{
|
||||
title: 'SeaQL - Building data intensive applications in Rust',
|
||||
description:
|
||||
'We help developers in building data intensive applications in Rust, such as web services, command line tools or apps.',
|
||||
preview: require('./showcase/SeaQL-blog.png'),
|
||||
website: 'https://www.sea-ql.org/blog/',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/Blog',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Sequence',
|
||||
description:
|
||||
|
@ -2077,6 +2086,15 @@ const Users: User[] = [
|
|||
source: 'https://github.com/stackql/registry.stackql.io',
|
||||
tags: ['opensource', 'product', 'large'],
|
||||
},
|
||||
{
|
||||
title: 'StarfishQL - ✴️ A graph database and query engine',
|
||||
description:
|
||||
'StarfishQL is experimental graph database and query engine to enable graph analysis and visualization on the web.',
|
||||
preview: require('./showcase/StarfishQL.png'),
|
||||
website: 'https://www.sea-ql.org/StarfishQL/',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/StarfishQL',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Stryker Mutator',
|
||||
description: 'Mutation testing for JavaScript, .NET and JVM',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue