docs: Add Memgraph site to showcase page (#7260)

* Add Memgraph to showcase page

* Add Memgraph preview image for Showcase
This commit is contained in:
kgolubic 2022-04-29 11:13:50 +02:00 committed by GitHub
parent 0102c2e2ae
commit 0ffdfe9c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -1004,6 +1004,15 @@ const Users: User[] = [
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',
preview: require('./showcase/metro.png'),