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:
Gergely Sinka 2020-11-16 23:42:28 +01:00 committed by GitHub
parent 3ab7336875
commit c69ea51592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -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',