Skip to content

Commit

Permalink
Update SQLite documentation (3.35.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Mar 13, 2021
1 parent 51c1130 commit e54d9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/docs/filters/sqlite/clean_html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def call
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
Expand Down
2 changes: 1 addition & 1 deletion lib/docs/scrapers/sqlite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e54d9d4

Please sign in to comment.