Skip to content

Commit

Permalink
docs(v2): Add Nodify to showcase (#4036)
Browse files Browse the repository at this point in the history
* Add Nodify to showcase

* Add Nodify to showcase

* Update users.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
  • Loading branch information
miroiu and yangshun authored Jan 14, 2021
1 parent f1039cf commit 2402336
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added website/src/data/showcase/nodify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Nodify',
description: 'High-performance WPF node editor component designed for MVVM.',
preview: require('./showcase/nodify.png'),
website: 'https://miroiu.github.io/nodify/',
source: 'https://github.com/miroiu/nodify',
fbOpenSource: false,
pinned: false,
},
{
title: 'Oxidizer',
description: 'A Rust ORM based on tokio-postgres and refinery',
Expand Down Expand Up @@ -412,7 +421,7 @@ const users = [
website: 'https://developers.getwisdom.io/',
source: 'https://github.com/Wisdom/dev-docs',
fbOpenSource: false,
pinned: true,
pinned: false,
},
];

Expand Down

0 comments on commit 2402336

Please sign in to comment.