mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update lodash documentation (4.14.1, 3.10.0)
This commit is contained in:
parent
58c57e02b6
commit
8008f5a984
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ module Docs
|
||||||
|
|
||||||
heading.parent.css('a').each do |link|
|
heading.parent.css('a').each do |link|
|
||||||
name = link.content
|
name = link.content
|
||||||
name = name.remove(/\u{2192}.*/)
|
name = name.remove(/\u{279C}.*/)
|
||||||
entries << [name, link['href'].remove('#'), type]
|
entries << [name, link['href'].remove('#'), type]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -19,7 +19,7 @@ module Docs
|
||||||
HTML
|
HTML
|
||||||
|
|
||||||
version '4' do
|
version '4' do
|
||||||
self.release = '4.13.1'
|
self.release = '4.14.1'
|
||||||
self.base_url = 'https://lodash.com/docs'
|
self.base_url = 'https://lodash.com/docs'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue