docs: add Verdaccio.org to showcase (#5236)

* chore: add Verdaccio.org to showcase

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Sergio Moreno 2021-07-28 22:25:13 +02:00 committed by GitHub
parent 4bc6a63756
commit d31f1be711
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: 126 KiB

View File

@ -1233,6 +1233,14 @@ const Users = [
website: 'https://quickwit.io',
source: 'https://github.com/quickwit-inc/quickwit',
tags: ['favorite', 'opensource', 'design']
},
{
title: 'Verdaccio',
description: 'A lightweight open source private npm proxy registry',
preview: require('./showcase/verdaccio.png'),
website: 'https://verdaccio.org',
source: 'https://github.com/verdaccio/verdaccio',
tags: ['favorite', 'opensource', 'large', 'i18n', 'design' ]
}
];