ITPNYU/p5.ble.js

Docs upate

Opened this issue · 3 comments

tigoe commented

On this page of the docs, please update this:

<script src="https://unpkg.com/p5ble@0.0.4/dist/p5.ble.js" type="text/javascript"></script>

To this:

<script src="https://unpkg.com/p5ble@0.0.7/dist/p5.ble.js" type="text/javascript"></script>

Or to the current version. It causes problems for float32 data and bigEndian data.

tigoe commented

I updated the docs repo, but it needs a rebuild from Docusaurus. Might be worth changing to GitHub Pages for auto-rebuilding.

Hi @tigoe, thank you so much for updating the docs! I just rebuilt the website, and now https://itpnyu.github.io/p5ble-website/docs/getstarted.html is updated to 0.0.7.

Might be worth changing to GitHub Pages for auto-rebuilding.

Great idea! I set up these Github actions, and whenever there is a new PR merged to the master branch, it will trigger these Github actions to automatically publish the new website. The status of these actions is here. I tested it once, and it worked.

tigoe commented