lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
https://lineofflight.github.io/peddler/
MIT License
307 stars 130 forks source link

Documentation crawler #142

Closed janklimo closed 4 years ago

janklimo commented 4 years ago

Changes

  1. Adds an extra build step which greps the codebase for @see tags, pings the respective links and exits with a failure unless all pings return successfully.
  2. Fixes broken links. Here's an example of a failing build before I corrected the links.

@hakanensari curious to hear your thoughts 👍

Closes #141

hakanensari commented 4 years ago

@janklimo This is great, thanks, I'm merging in!