mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +02:00
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:
parent
bfba6a8b02
commit
25080baf37
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/lerna.png
Normal file
BIN
website/src/data/showcase/lerna.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue