mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update SQLite documentation (3.25.2)
This commit is contained in:
parent
eef70d83d0
commit
e73231470b
2 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,8 @@ module Docs
|
|||
'rtree' => 'R*Tree Module',
|
||||
'rbu' => 'RBU Extension',
|
||||
'limits' => 'Limits',
|
||||
'howtocorrupt' => 'How To Corrupt'
|
||||
'howtocorrupt' => 'How To Corrupt',
|
||||
'geopoly' => 'Geopoly'
|
||||
}
|
||||
|
||||
def get_type
|
||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Sqlite < FileScraper
|
||||
self.name = 'SQLite'
|
||||
self.type = 'sqlite'
|
||||
self.release = '3.23.1'
|
||||
self.release = '3.25.2'
|
||||
self.dir = '/Users/Thibaut/DevDocs/Docs/sqlite/'
|
||||
self.base_url = 'https://sqlite.org/'
|
||||
self.root_path = 'docs.html'
|
||||
|
|
Loading…
Reference in a new issue