mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs: add meoo.space to showcase (#7302)
* Update users.tsx * Add files via upload * minor tweaks Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
18d81a1065
commit
efdd070ead
2 changed files with 10 additions and 1 deletions
BIN
website/src/data/showcase/meoo.png
Normal file
BIN
website/src/data/showcase/meoo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -223,7 +223,7 @@ const Users: User[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'AvN Gateway',
|
title: 'AvN Gateway',
|
||||||
description:
|
description:
|
||||||
'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.',
|
'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.',
|
||||||
preview: require('./showcase/aventus.png'),
|
preview: require('./showcase/aventus.png'),
|
||||||
website: 'https://aventus-network-services.github.io/avn-gateway-docs/',
|
website: 'https://aventus-network-services.github.io/avn-gateway-docs/',
|
||||||
|
@ -1029,6 +1029,15 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/memgraph/docs',
|
source: 'https://github.com/memgraph/docs',
|
||||||
tags: ['design', 'large', 'opensource', 'product','versioning'],
|
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',
|
title: 'Metro',
|
||||||
description: 'The JavaScript bundler for React Native',
|
description: 'The JavaScript bundler for React Native',
|
||||||
|
|
Loading…
Add table
Reference in a new issue