mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add easy-dates to showcase (#7185)
* docs: add easy-dates to showcase * optimize image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
f219a2ac90
commit
674a77f02d
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
|
|
@ -516,6 +516,14 @@ const Users: User[] = [
|
|||
'opensource',
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'easy-dates',
|
||||
description: 'JavaScript dates library',
|
||||
preview: require('./showcase/easy-dates.png'),
|
||||
website: 'https://easy-dates.dev',
|
||||
source: 'https://github.com/sandypockets/easy-dates/tree/main/docs',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Easyjwt',
|
||||
description: 'JWT creation and validation library',
|
||||
|
|
|
|||
Loading…
Reference in New Issue