Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add meoo.space to showcase #7302

Merged
merged 3 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1021,6 +1021,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