Skip to content

Commit bceed62

Browse files
committed
docs(api): commit docs for github pages
1 parent 2d4556e commit bceed62

31 files changed

+11821
-4
lines changed

packages/serialport-util/packages/node-serialport/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ npm-debug.log
77
package-lock.json
88
Release/
99
prebuilds/
10-
docs

packages/serialport-util/packages/node-serialport/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test-config.json
1818
UPGRADE_GUIDE.md
1919
changelog.md
2020
.DS_Store
21+
docs
2122

2223
# MIRRORED FROM .gitignore PLEASE MAINTAIN
2324
.mailmap
@@ -27,4 +28,3 @@ node_modules
2728
npm-debug.log
2829
package-lock.json
2930
Release/
30-
docs

packages/serialport-util/packages/node-serialport/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For a full breakdown of why we made Node-Serialport, please read [NodeBots - The
1919
We're not against firmware but we're better than it.
2020

2121
## Quick Answers to Important Questions
22-
- [**API Docs**](https://doclets.io/node-serialport/node-serialport/)
22+
- [**API Docs**](https://node-serialport.github.io/node-serialport/)
2323
- **For support**, open a [GitHub issue](https://github.com/node-serialport/node-serialport/issues/new).
2424
- **For discussions, design ideas, and clarifications**, please join our [Gitter chat room](https://gitter.im/EmergingTechnologyAdvisors/node-serialport).
2525
- **To test Node-Serialport**, we recommend two related projects—[Browser Serialport](https://github.com/garrows/browser-serialport) ("just like Node Serialport, but for browser apps") and [Serialport Test Piliot](https://github.com/j5js/serialport-test-pilot).
@@ -29,7 +29,7 @@ We're not against firmware but we're better than it.
2929

3030
## API Documentation
3131

32-
Can be found at https://doclets.io/node-serialport/node-serialport/
32+
Can be found at https://node-serialport.github.io/node-serialport/
3333

3434
See our [changelog](CHANGELOG.md) for what's new, and our [upgrade guide](UPGRADE_GUIDE.md) for a walk-through on differences between major versions.
3535

0 commit comments

Comments
 (0)