File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,21 @@ class Varnish < UrlScraper
9
9
code : 'https://github.com/varnishcache/varnish-cache'
10
10
}
11
11
12
-
13
12
html_filters . push 'varnish/entries' , 'sphinx/clean_html'
14
13
15
14
options [ :container ] = '.body > section'
16
-
17
-
18
15
options [ :skip ] = %w( genindex.html search.html )
19
-
20
16
options [ :skip_patterns ] = [ /phk/ , /glossary/ , /whats-new/ ]
21
17
22
-
23
18
options [ :attribution ] = <<-HTML
24
19
Copyright © 2006 Verdens Gang AS< br >
25
20
Copyright © 2006–2020 Varnish Software AS< br >
26
21
Licensed under the BSD-2-Clause License.
27
22
HTML
28
23
29
24
version do
30
- self . release = '7.3.0 '
31
- self . base_url = ' https://varnish-cache.org/docs/7.3/'
25
+ self . release = '7.4 '
26
+ self . base_url = " https://varnish-cache.org/docs/#{ release } /"
32
27
end
33
28
34
29
def get_latest_version ( opts )
You can’t perform that action at this time.
0 commit comments