File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module Docs
22 class Git < UrlScraper
33 self . type = 'git'
4- self . release = '2.52 .0'
4+ self . release = '2.53 .0'
55 self . base_url = 'https://git-scm.com/docs'
66 self . initial_paths = %w(
77 /git.html
@@ -41,12 +41,12 @@ class Git < UrlScraper
4141
4242 options [ :container ] = '#content'
4343 options [ :only_patterns ] = [ /\A \/ [^\/ ]+\z / ]
44- options [ :skip ] = %w( /howto-index.html )
44+ options [ :skip ] = %w( /api-index / howto-index)
4545
4646 # https://github.com/git/git?tab=License-1-ov-file#readme
4747 # NOT https://github.com/git/git-scm.com/blob/gh-pages/MIT-LICENSE.txt
4848 options [ :attribution ] = <<-HTML
49- © 2005–2025 Linus Torvalds and others< br >
49+ © 2005–2026 Linus Torvalds and others< br >
5050 Licensed under the GNU General Public License version 2.
5151 HTML
5252
You can’t perform that action at this time.
0 commit comments