Skip to content

Commit

Permalink
docs(v2): add ConfigCat to showcase (#3762)
Browse files Browse the repository at this point in the history
* adding configcat to showcase

* Change URL to docs

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
  • Loading branch information
sigewuzhere and lex111 authored Nov 16, 2020
1 parent 3ab7336 commit c69ea51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/configcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c69ea51

Please sign in to comment.