mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 19:27:48 +02:00
docs: add firelordjs to showcase (#7059)
* docs: add firelordjs to showcase docs: add firelordjs to showcase fixes kick CI Delete firelordjs.png Add files via upload * kick CI Co-authored-by: Acid Coder <5227509+tylim88@users.noreply.github.com>
This commit is contained in:
parent
4e45e14fdd
commit
177e8d7c02
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/firelordjs.png
Normal file
BIN
website/src/data/showcase/firelordjs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -622,6 +622,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/Camberi/firecms/tree/master/website',
|
source: 'https://github.com/Camberi/firecms/tree/master/website',
|
||||||
tags: ['opensource', 'design'],
|
tags: ['opensource', 'design'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'FirelordJS',
|
||||||
|
description: 'Typescript Wrapper for Firestore',
|
||||||
|
preview: require('./showcase/firelordjs.png'),
|
||||||
|
website: 'https://firelordjs.com',
|
||||||
|
source: 'https://github.com/tylim88/FirelordJSDoc',
|
||||||
|
tags: ['opensource'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Flagsmith',
|
title: 'Flagsmith',
|
||||||
description: 'Open Source Feature Flag and Remote Config Service',
|
description: 'Open Source Feature Flag and Remote Config Service',
|
||||||
|
|
Loading…
Add table
Reference in a new issue