Closed Frijol closed 7 years ago
Pin mapping diagram is not rendering in the Hardware API (below the pinout table):
(thanks for the bug report, @mittalshravika )
Debugging:
First check: did it deploy properly to Gitbook https://www.gitbook.com/book/tessel/t2-docs/activity (looks like yes)
2nd check: does it render in the markdown on Github? https://github.com/tessel/t2-docs/blob/master/API/Hardware_API.md ugh no
3rd check: filepath says ![Pin Mapping for Tessel](/images/pindiagram.jpg), so let’s look in the images folder
![Pin Mapping for Tessel](/images/pindiagram.jpg)
https://github.com/tessel/t2-docs/tree/master/images
it’s not there!
bug found: the image did not get committed to the folder
@mittalshravika can you please fix?
Yes I will definitely look into this.
Pin mapping diagram is not rendering in the Hardware API (below the pinout table):
(thanks for the bug report, @mittalshravika )
Debugging:
First check: did it deploy properly to Gitbook https://www.gitbook.com/book/tessel/t2-docs/activity (looks like yes)
2nd check: does it render in the markdown on Github? https://github.com/tessel/t2-docs/blob/master/API/Hardware_API.md ugh no
3rd check: filepath says
![Pin Mapping for Tessel](/images/pindiagram.jpg)
, so let’s look in the images folderhttps://github.com/tessel/t2-docs/tree/master/images
it’s not there!
bug found: the image did not get committed to the folder