docs(v2): Add Nodify to showcase (#4036)

* Add Nodify to showcase

* Add Nodify to showcase

* Update users.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
Miroiu Emanuel 2021-01-14 11:03:45 +02:00 committed by GitHub
parent f1039cf392
commit 240233629a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -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',
@ -412,7 +421,7 @@ const users = [
website: 'https://developers.getwisdom.io/',
source: 'https://github.com/Wisdom/dev-docs',
fbOpenSource: false,
pinned: true,
pinned: false,
},
];