Skip to content

Commit

Permalink
docs: Add Memgraph site to showcase page (#7260)
Browse files Browse the repository at this point in the history
* Add Memgraph to showcase page

* Add Memgraph preview image for Showcase
  • Loading branch information
kgolubic authored Apr 29, 2022
1 parent 0102c2e commit 0ffdfe9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/memgraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,15 @@ const Users: User[] = [
source: 'https://github.com/getmeli/meli-docs',
tags: ['opensource'],
},
{
title: 'Memgraph',
description:
'Memgraph is the platform for graph computation on streaming data',
preview: require('./showcase/memgraph.png'),
website: 'https://docs.memgraph.com/',
source: 'https://github.com/memgraph/docs',
tags: ['design', 'large', 'opensource', 'product','versioning'],
},
{
title: 'Metro',
description: 'The JavaScript bundler for React Native',
Expand Down

0 comments on commit 0ffdfe9

Please sign in to comment.