mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 22:46:57 +02:00
docs(v2): add Tourmaline to Showcase page (#2569)
This commit is contained in:
parent
7092daf435
commit
2510d3f18f
2 changed files with 10 additions and 0 deletions
BIN
website/src/data/showcase/tourmaline.png
Normal file
BIN
website/src/data/showcase/tourmaline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue