docs: Add Memgraph site to showcase page (#7260)
* Add Memgraph to showcase page * Add Memgraph preview image for Showcase
This commit is contained in:
parent
0102c2e2ae
commit
0ffdfe9c22
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue