mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add Files Gallery website to showcase (#7125)
* Update users.tsx Product website built with Docusaurus! Thanks. www.files.gallery * Added preview image for Files Gallery PNG / 2560 x 1280 * optimize image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
90ee1447ba
commit
b230e8a545
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -583,6 +583,15 @@ const Users: User[] = [
|
|||
source: 'https://github.com/1084350607/blog',
|
||||
tags: ['opensource', 'personal', 'i18n'],
|
||||
},
|
||||
{
|
||||
title: 'Files Gallery',
|
||||
description:
|
||||
'Single-file PHP app that can be dropped into any folder, instantly creating a gallery of files and folders.',
|
||||
preview: require('./showcase/files-gallery.png'),
|
||||
website: 'https://www.files.gallery/',
|
||||
source: null,
|
||||
tags: ['product', 'design'],
|
||||
},
|
||||
{
|
||||
title: 'KayaFolio',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue