docs: add meoo.space to showcase (#7302)

* Update users.tsx

* Add files via upload

* minor tweaks

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Fusang❀ 2022-05-04 16:10:58 +08:00 committed by GitHub
parent 18d81a1065
commit efdd070ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -223,7 +223,7 @@ const Users: User[] = [
}, },
{ {
title: 'AvN Gateway', title: 'AvN Gateway',
description: description:
'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.', 'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.',
preview: require('./showcase/aventus.png'), preview: require('./showcase/aventus.png'),
website: 'https://aventus-network-services.github.io/avn-gateway-docs/', website: 'https://aventus-network-services.github.io/avn-gateway-docs/',
@ -1029,6 +1029,15 @@ const Users: User[] = [
source: 'https://github.com/memgraph/docs', source: 'https://github.com/memgraph/docs',
tags: ['design', 'large', 'opensource', 'product','versioning'], tags: ['design', 'large', 'opensource', 'product','versioning'],
}, },
{
title: 'Meoo',
description:
'Personal website with blogs and notes, recording my study and life',
preview: require('./showcase/meoo.png'),
website: 'https://meoo.space',
source: 'https://github.com/cxOrz/meoo.space',
tags: ['opensource', 'personal'],
},
{ {
title: 'Metro', title: 'Metro',
description: 'The JavaScript bundler for React Native', description: 'The JavaScript bundler for React Native',