Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, so I recently discovered this tool with much excitement as Khronos Docs can sometimes be cumbersome to navigate. I was disappointed to learn the Vulkan version was only 1.0. I attempted to quickly update the Vulkan scraper to the new domain and version, but upon running
bundle exec thor docs:page vulkan
or any other command to pull/build/generate docs I get ssl cert error:bundle exec thor docs:page vulkan
I have verified the cert on the remote host. I also noticed an old PR suffered the same error due to changes in attribution methods. Since it has been 2 years I was wondering if something similar has changed causing these issues with the Vulkan scraper.
I attempted the same thor command above, with an unmodified version of the Vulkan scraper on the main branch, and it failed with the same error. Any suggestions?
If you're updating existing documentation to its latest version, please ensure that you have:
SOURCE
file inpublic/icons/your_scraper_name/
are up-to-date if the documentation has a custom iconself.links
contains up-to-date urls ifself.links
is defined