mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00: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
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',
|
||||
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',
|
||||
description: 'Open Source Feature Flag and Remote Config Service',
|
||||
|
|
|
|||
Loading…
Reference in New Issue