Skip to content

Commit fec3516

Browse files
committed
Update Axios documentation (1.7.7)
1 parent aadbece commit fec3516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/docs/scrapers/axios.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ class Axios < UrlScraper
55
home: 'hthttps://axios-http.com/',
66
code: 'https://github.com/axios/axios'
77
}
8-
self.release = '1.6.5'
8+
self.release = '1.7.7'
99
self.base_url = "https://axios-http.com/docs/"
1010
self.initial_paths = %w(index intro)
11+
options[:skip] = %w(sponsor)
1112

1213
html_filters.push 'axios/entries', 'axios/clean_html'
1314

0 commit comments

Comments
 (0)