docs(v2): Add Redis Labs Developer Site to docusaurus showcase page (#4570)

* Add files via upload

* Update users.js
This commit is contained in:
Ajeet Singh Raina, Docker Captain, RedisLabs 2021-04-05 22:03:21 +05:30 committed by GitHub
parent 902aad55bb
commit d9067748fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

View file

@ -599,6 +599,14 @@ const users = [
source: 'https://github.com/realtime-apps-iap/realtime-apps-iap.github.io', source: 'https://github.com/realtime-apps-iap/realtime-apps-iap.github.io',
tags: [], tags: [],
}, },
{
title: 'Redis Labs Developer Site',
description: 'The Home of Redis Developers',
preview: require('./showcase/redis-developer.png'),
website: 'https://developer.redislabs.com',
source: 'https://github.com/redis-developer/redis-developer.github.io',
tags: [],
},
{ {
title: 'Rematch', title: 'Rematch',
description: 'Redux best practices without the boilerplate in less than 2kb', description: 'Redux best practices without the boilerplate in less than 2kb',