devdocs
devdocs copied to clipboard
Update Vulkan version
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:
- [X] Updated the versions and releases in the scraper file
- [X] Ensured the license is up-to-date
- [X] Ensured the icons and the
SOURCEfile inpublic/icons/your_scraper_name/are up-to-date if the documentation has a custom icon - [ ] Ensured
self.linkscontains up-to-date urls ifself.linksis defined - [ ] Tested the changes locally to ensure:
- The scraper still works without errors
- The scraped documentation still looks consistent with the rest of DevDocs
- The categorization of entries is still good