mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
docs: showcase user Node SerialPort (#1163)
* add Node SerialPort * update
This commit is contained in:
parent
6f820d6453
commit
cc5461b2c0
|
|
@ -196,6 +196,13 @@ module.exports = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'Node SerialPort',
|
||||
image: 'https://serialport.io/img/serialport-logo.svg',
|
||||
infoLink: 'https://serialport.io',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
caption: 'nteract',
|
||||
image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue