Closed dusk125 closed 2 months ago
Need to fix images
While I'm working on fixing the images and adding your suggestions I do have a concern...
The docs add a bunch of images that are going to get cloned down to work on pixel... I don't think go will download them since they're not in a go package
hmmmmm.... good point. Not terribly worried about it in terms of git clone time. Having go fetch them would be a bit strange. Should be relatively easy to validate that right?
Looks like it didn't download the images, just the markdown
bhperry@DESKTOP-8M5PS14:~/workspace/pixtest$ go mod download github.com/dusk125/pixel/v2@migrate-docs
bhperry@DESKTOP-8M5PS14:~/workspace/pixtest$ ls /home/bhperry/go/pkg/mod/github.com/dusk125/pixel/v2@v2.0.0-20240818024155-23bff67f13dd/docs/
Basics Compilation README.md
Awesome! Thanks for validating that
Addresses #104