mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
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:
parent
f1039cf392
commit
240233629a
2 changed files with 10 additions and 1 deletions
BIN
website/src/data/showcase/nodify.png
Normal file
BIN
website/src/data/showcase/nodify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
|
@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue