mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +02: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
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/easy-dates.png
Normal file
BIN
website/src/data/showcase/easy-dates.png
Normal file
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…
Add table
Reference in a new issue