mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
docs(v2): add ConfigCat to showcase (#3762)
* adding configcat to showcase * Change URL to docs Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
parent
3ab7336875
commit
c69ea51592
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/configcat.png
Normal file
BIN
website/src/data/showcase/configcat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
|
@ -90,6 +90,15 @@ const users = [
|
|||
fbOpenSource: true,
|
||||
pinned: true,
|
||||
},
|
||||
{
|
||||
title: 'ConfigCat Feature Flags',
|
||||
description: 'A feature flag and remote configuration service.',
|
||||
preview: require('./showcase/configcat.png'),
|
||||
website: 'https://configcat.com/docs/',
|
||||
source: 'https://github.com/configcat/docs',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Eta',
|
||||
description: 'Faster embedded JS template engine in TypeScript',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue