tessel / t2-docs

Documentation for Tessel 2.
https://tessel.gitbooks.io/t2-docs/content/
Creative Commons Attribution Share Alike 4.0 International
28 stars 30 forks source link

Pinout diagram not rendering in t2 docs #170

Closed Frijol closed 7 years ago

Frijol commented 7 years ago

Pin mapping diagram is not rendering in the Hardware API (below the pinout table):

screen shot 2017-08-08 at 11 12 57 am

(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

https://github.com/tessel/t2-docs/tree/master/images

it’s not there!

bug found: the image did not get committed to the folder

Frijol commented 7 years ago

@mittalshravika can you please fix?

mittalshravika commented 7 years ago

Yes I will definitely look into this.