mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
docs(v2): showcase user Tasit (#3034)
* Add Tasit to users showcase * Add Tasit docs screenshot * Update users.js Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
a8b2e59a48
commit
233737ec3d
2 changed files with 20 additions and 10 deletions
BIN
website/src/data/showcase/tasit.png
Normal file
BIN
website/src/data/showcase/tasit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
|
@ -155,6 +155,26 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Tasit',
|
||||
description:
|
||||
'A JavaScript SDK for building native mobile Ethereum dapps with React Native',
|
||||
preview: require('./showcase/tasit.png'),
|
||||
website: 'https://docs.tasit.io/',
|
||||
source: 'https://github.com/tasitlabs/tasit-sdk',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Tourmaline',
|
||||
description:
|
||||
'Fast and performant Telegram bot framework for the Crystal programming language',
|
||||
preview: require('./showcase/tourmaline.png'),
|
||||
website: 'https://tourmaline.dev',
|
||||
source: 'https://github.com/protoncr/tourmaline',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'uniforms',
|
||||
description: 'A set of React libraries for building forms',
|
||||
|
@ -173,16 +193,6 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
title: 'Tourmaline',
|
||||
description:
|
||||
'Fast and performant Telegram bot framework for the Crystal programming language',
|
||||
preview: require('./showcase/tourmaline.png'),
|
||||
website: 'https://tourmaline.dev',
|
||||
source: 'https://github.com/protoncr/tourmaline',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
];
|
||||
|
||||
export default users;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue