docs(v2): add Tourmaline to Showcase page (#2569)

This commit is contained in:
Chris Watson 2020-04-09 12:37:38 -06:00 committed by GitHub
parent 7092daf435
commit 2510d3f18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -127,6 +127,16 @@ const users = [
fbOpenSource: false, fbOpenSource: false,
pinned: true, 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; export default users;