docs: Add IOTA wiki to showcase (#5610)

* Add IOTA wiki

* Update website/src/data/users.tsx

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Dr-Electron 2021-09-28 16:35:57 +02:00 committed by GitHub
parent b62a12bfc6
commit caba1e4908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

View file

@ -603,6 +603,14 @@ const Users: User[] = [
source: null,
tags: ['product','design'],
},
{
title: 'IOTA-Wiki',
description: 'Documantation and wiki for the IOTA project',
preview: require('./showcase/iota-wiki.png'),
website: 'https://wiki.iota.org',
source: 'https://github.com/iota-community/iota-wiki',
tags: ['favorite', 'opensource'],
},
{
title: 'Jest',
description: 'Jest is a delightful JavaScript Testing Framework with a focus on simplicity.',