We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0b9f2 commit acfa06aCopy full SHA for acfa06a
lib/docs/scrapers/sqlite.rb
@@ -1,8 +1,8 @@
1
module Docs
2
- class Sqlite < FileScraper
+ class Sqlite < UrlScraper
3
self.name = 'SQLite'
4
self.type = 'sqlite'
5
- self.release = '3.42.0'
+ self.release = '3.43.0'
6
self.base_url = 'https://sqlite.org/'
7
self.root_path = 'docs.html'
8
self.initial_paths = %w(keyword_index.html)
0 commit comments