@@ -2,22 +2,24 @@ module Docs
22 class NginxLuaModule < Github
33 self . name = 'nginx / Lua Module'
44 self . slug = 'nginx_lua_module'
5- self . release = '0.10.13'
6- self . base_url = "https://github.com/openresty/lua-nginx-module/tree/v#{ self . release } /"
5+ self . release = '0.10.28'
6+ self . base_url = "https://github.com/openresty/lua-nginx-module/blob/v#{ self . release } /"
7+ self . root_path = 'README.markdown'
78 self . links = {
89 code : 'https://github.com/openresty/lua-nginx-module'
910 }
1011
1112 html_filters . push 'nginx_lua_module/clean_html' , 'nginx_lua_module/entries' , 'title'
1213
1314 options [ :root_title ] = 'ngx_http_lua_module'
14- options [ :container ] = '#readme > article '
15-
15+ options [ :container ] = '.markdown-body '
16+ options [ :max_image_size ] = 256_000
1617 options [ :attribution ] = <<-HTML
1718 © 2009–2017 Xiaozhe Wang (chaoslawful)< br >
18- © 2009–2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.< br >
19+ © 2009–2019 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.< br >
1920 Licensed under the BSD License.
2021 HTML
22+ options [ :skip_patterns ] = [ /\. png/ ]
2123
2224 def get_latest_version ( opts )
2325 tags = get_github_tags ( 'openresty' , 'lua-nginx-module' , opts )
0 commit comments