Skip to content

Commit

Permalink
docs: add meoo.space to showcase (#7302)
Browse files Browse the repository at this point in the history
* Update users.tsx

* Add files via upload

* minor tweaks

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
cxOrz and Josh-Cena authored May 4, 2022
1 parent 18d81a1 commit efdd070
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added website/src/data/showcase/meoo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const Users: User[] = [
},
{
title: 'AvN Gateway',
description:
description:
'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.',
preview: require('./showcase/aventus.png'),
website: 'https://aventus-network-services.github.io/avn-gateway-docs/',
Expand Down Expand Up @@ -1029,6 +1029,15 @@ const Users: User[] = [
source: 'https://github.com/memgraph/docs',
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',
description: 'The JavaScript bundler for React Native',
Expand Down

0 comments on commit efdd070

Please sign in to comment.