mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
docs(v2): Add MikroORM site to showcase page (#4224)
* add MikroORM to users.js * add MikroORM screenshot
This commit is contained in:
parent
11c24268a1
commit
f8044d7842
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/mikro-orm.png
Normal file
BIN
website/src/data/showcase/mikro-orm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
|
@ -260,6 +260,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'MikroORM',
|
||||
description: 'TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.',
|
||||
preview: require('./showcase/mikro-orm.png'),
|
||||
website: 'https://mikro-orm.io',
|
||||
source: 'https://github.com/mikro-orm/mikro-orm',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Motion Layout',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue