mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(showcase): add SeaQL sites to showcase (#8107)
This commit is contained in:
parent
f7c3af9102
commit
e34371ce2d
Binary file not shown.
|
After Width: | Height: | Size: 365 KiB |
|
|
@ -1912,13 +1912,22 @@ const Users: User[] = [
|
|||
source: 'https://github.com/sciwp/docs',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Seaography - 🧭 A GraphQL framework and code generator for SeaORM',
|
||||
description:
|
||||
'Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM entities.',
|
||||
preview: require('./showcase/Seaography.png'),
|
||||
website: 'https://www.sea-ql.org/Seaography/',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/Seaography',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'SeaORM - 🐚 An async & dynamic ORM for Rust',
|
||||
description:
|
||||
'A relational ORM to help you build web services in Rust with the familiarity of dynamic languages.',
|
||||
preview: require('./showcase/SeaORM.png'),
|
||||
website: 'https://www.sea-ql.org/SeaORM/',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io',
|
||||
source: 'https://github.com/SeaQL/seaql.github.io/tree/master/SeaORM',
|
||||
tags: ['opensource', 'versioning'],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue