mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs: add Refine site to showcase (#6313)
* Add refine to users.tsx * Update website/src/data/users.tsx Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
db471d97ab
commit
16a3636bb8
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/refine.png
Normal file
BIN
website/src/data/showcase/refine.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
|
@ -1280,6 +1280,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/redis-developer/redis-developer.github.io',
|
source: 'https://github.com/redis-developer/redis-developer.github.io',
|
||||||
tags: ['opensource', 'product', 'design', 'favorite'],
|
tags: ['opensource', 'product', 'design', 'favorite'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Refine',
|
||||||
|
description: 'A React-based framework for building data-intensive applications in no time!',
|
||||||
|
preview: require('./showcase/refine.png'),
|
||||||
|
website: 'https://refine.dev',
|
||||||
|
source: 'https://github.com/pankod/refine',
|
||||||
|
tags: ['favorite', 'opensource', 'product', 'design', 'versioning', 'large'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Rematch',
|
title: 'Rematch',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue