diff --git a/website/src/data/showcase/iota-wiki.png b/website/src/data/showcase/iota-wiki.png new file mode 100644 index 0000000000..15e056e51c Binary files /dev/null and b/website/src/data/showcase/iota-wiki.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index ced940ac3f..f283a51817 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -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.',