docs: add lerna to showcase (#7622)

* chore(website): add lerna to showcase database

* fixes

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Benjamin Cabanes 2022-06-17 09:58:44 -04:00 committed by GitHub
parent bfba6a8b02
commit 25080baf37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -1142,6 +1142,15 @@ const Users: User[] = [
source: 'https://github.com/leon-ai/docs.getleon.ai',
tags: ['opensource', 'versioning', 'i18n'],
},
{
title: 'Lerna',
description:
'A fast modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.',
preview: require('./showcase/lerna.png'),
website: 'https://lerna.js.org',
source: 'https://github.com/lerna/lerna/tree/main/website',
tags: ['opensource'],
},
{
title: 'Liqvid',
description: 'Interactive videos in React',