jonobr1 / two.js

A renderer agnostic two-dimensional drawing api for the web.
https://two.js.org
MIT License
8.29k stars 454 forks source link

[Bug] Command Docs broken #676

Closed mechanoid closed 1 year ago

mechanoid commented 1 year ago

The reference for Anchor.Commands is not available

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://two.js.org/docs/anchor/'
  2. Click on 'Two.Commands' link
  3. No page with commands visible

Expected behavior Expect to find Command Docs

jonobr1 commented 1 year ago

Thanks for posting. This PR fixes that issue: https://github.com/jonobr1/two.js/pull/678 and I have just updated the website build to reflect it as well.

mechanoid commented 1 year ago

Thx for fixing it 👌