oss-slu / Pi4Micronaut

A java library combining Micronaut and Pi4j to streamline hardware connectivity to Raspberry Pi's
https://oss-slu.github.io/Pi4Micronaut/
Apache License 2.0
8 stars 7 forks source link

Fixed Integration Bugs #187

Closed ruthvikm closed 8 months ago

ruthvikm commented 8 months ago

It looks good and builds fine. However, I am getting errors in the adoc section for image file paths. It loads on my local machine and seems to work. Are you getting errors on your machine? Look at lines 30 and 32 in gettingStarted.adoc.

Yes, locally the image path is different. We need to consider the path from where these adocs pull images on gh-pages branch. To test that, build asciidoc using "./gradlew asciidoctor", check if the images are showing up by opening index.html which will be available in the build/docs/asciidoc directory

SwindleA commented 8 months ago

It looks good and builds fine. However, I am getting errors in the adoc section for image file paths. It loads on my local machine and seems to work. Are you getting errors on your machine? Look at lines 30 and 32 in gettingStarted.adoc.

I see the error too but it seems to build fine because the current documentation has the images showing up.