Skip to content

Commit

Permalink
docs: add users moleculerjs boilerplate and nextjs boilerplate (#1667)
Browse files Browse the repository at this point in the history
* add moleculerjs and nextjs boilerplate

* add missing comma on users.js
  • Loading branch information
omeraplak authored and yangshun committed Jul 18, 2019
1 parent 40cf5dc commit 682b6af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website-1.x/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,20 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'moleculerjs-boilerplate',
image: '/img/users/moleculerjs-boilerplate.png',
infoLink: 'https://pankod.github.io/moleculerjs-boilerplate/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'next-boilerplate',
image: '/img/users/next-boilerplate.png',
infoLink: 'https://pankod.github.io/next-boilerplate/',
fbOpenSource: false,
pinned: false,
},
{
caption: 'Netconsd',
image: '/img/users/netconsd.svg',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website-1.x/static/img/users/next-boilerplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 682b6af

Please sign in to comment.