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:
parent
4bc6a63756
commit
d31f1be711
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
|
|
@ -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' ]
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue