Skip to content

Commit

Permalink
docs(v2): add Hashnode support site to showcase (#4171)
Browse files Browse the repository at this point in the history
* Added Hashnode support site to showcase

* updated hashnode preview image

* Update users.js

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
  • Loading branch information
iamshadmirza and lex111 authored Feb 8, 2021
1 parent 5871d1b commit b0e38d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/hashnode.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 @@ -219,6 +219,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Hashnode Support',
description: 'A help portal for Hashnode users',
preview: require('./showcase/hashnode.png'),
website: 'https://support.hashnode.com/',
source: 'https://github.com/Hashnode/support',
fbOpenSource: false,
pinned: false,
},
{
title: 'Hermes',
description: 'JavaScript engine optimized for React Native',
Expand Down

0 comments on commit b0e38d5

Please sign in to comment.