mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 03:02:49 +00:00
docs(v2): Added mailgo to showcase (#4252)
* mailgo in users * mailgo screenshot
This commit is contained in:
parent
af2e3cbdb0
commit
a9b459bdc2
Binary file not shown.
|
After Width: | Height: | Size: 256 KiB |
|
|
@ -278,6 +278,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Mailgo',
|
||||
description: 'A new concept of mailto and tel links',
|
||||
preview: require('./showcase/mailgo.png'),
|
||||
website: 'https://mailgo.dev/',
|
||||
source: 'https://github.com/manzinello/mailgo.dev',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'MikroORM',
|
||||
description: 'TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue