For a while now there hasn't been a list of supported sites in the Github Readme file. Instead, it has been moved to the documentation at recipe-scrapers.com.
In the past, I was able to use a get request to determine whether a certain version of the project supports a certain website. This is no longer possible, as the documentation doesn't seem to support versioning.
Would it be possible to add versioning to the docs so that I could for instance query https://docs.recipe-scrapers.com/15.8.0/getting-started/supported-sites/ to see if version 15.8.0 supported website X?
Background: I'm maintaining an Apple Shortcut that helps import recipes into Tandoor. The shortcut checks, which Tandoor version it talks to, which scraper version is used in it, and then determines whether a recipe can be imported or not.
For a while now there hasn't been a list of supported sites in the Github Readme file. Instead, it has been moved to the documentation at recipe-scrapers.com.
In the past, I was able to use a get request to determine whether a certain version of the project supports a certain website. This is no longer possible, as the documentation doesn't seem to support versioning.
Would it be possible to add versioning to the docs so that I could for instance query
https://docs.recipe-scrapers.com/15.8.0/getting-started/supported-sites/to see if version 15.8.0 supported website X?Background: I'm maintaining an Apple Shortcut that helps import recipes into Tandoor. The shortcut checks, which Tandoor version it talks to, which scraper version is used in it, and then determines whether a recipe can be imported or not.