mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update jQuery documentation (3.3.1)
This commit is contained in:
parent
e7d3a93795
commit
fdb1ecc3c5
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
|||
module Docs
|
||||
class JqueryCore < Jquery
|
||||
self.name = 'jQuery'
|
||||
self.release = 'up to 3.3.1'
|
||||
self.release = '3.3.1'
|
||||
self.base_url = 'https://api.jquery.com/'
|
||||
self.initial_paths = %w(/index/index)
|
||||
self.links = {
|
||||
home: 'https://jquery.com/',
|
||||
code: 'https://github.com/jquery/jquery'
|
||||
}
|
||||
|
||||
html_filters.insert_before 'jquery/clean_html', 'jquery_core/entries'
|
||||
|
||||
|
|
Loading…
Reference in a new issue