mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 18:58:36 +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 |
|
@ -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