Update SQLite documentation (3.35.0)

pull/1503/head
Simon Legner 4 years ago
parent 51c11307b2
commit e54d9d4dfa

@ -5,6 +5,7 @@ module Docs
at_css('.nosearch').remove
css('.rightsidebar', 'hr', '.sh_mark', '.fancy_toc > a', '.fancy_toc_mark', 'h[style*="none"]',
'#docsearch',
'a[href$="intro.html"] > h2', 'a[href$="intro"] > h2', '#document_title + #toc_header',
'#document_title ~ #toc').remove
css('a[href$="intro.html"]:empty', 'a[href$="intro"]:empty').remove

@ -2,7 +2,7 @@ module Docs
class Sqlite < FileScraper
self.name = 'SQLite'
self.type = 'sqlite'
self.release = '3.34.0'
self.release = '3.35.0'
self.base_url = 'https://sqlite.org/'
self.root_path = 'docs.html'
self.initial_paths = %w(keyword_index.html)

Loading…
Cancel
Save