File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,6 @@ def initial_urls
1919
2020 html_filters . push 'typescript/entries' , 'typescript/clean_html' , 'title'
2121
22- options [ :fix_urls_before_parse ] = -> ( url ) do
23- url . sub! '/docs/handbook/esm-node.html' , '/docs/handbook/modules/reference.html#node16-nodenext'
24- url . sub! '/docs/handbook/modules.html' , '/docs/handbook/modules/introduction.html'
25- url
26- end
27-
28- options [ :skip ] = [
29- 'react-&-webpack.html'
30- ]
31-
3222 options [ :skip_patterns ] = [
3323 /\A branding/ ,
3424 /\A community/ ,
@@ -40,12 +30,12 @@ def initial_urls
4030 ]
4131
4232 options [ :attribution ] = <<-HTML
43- © 2012-2024 Microsoft< br >
33+ © 2012-2025 Microsoft< br >
4434 Licensed under the Apache License, Version 2.0.
4535 HTML
4636
4737 version do
48- self . release = '5.7 .2'
38+ self . release = '5.8 .2'
4939 self . base_urls = [
5040 'https://www.typescriptlang.org/docs/handbook/' ,
5141 'https://www.typescriptlang.org/'
You can’t perform that action at this time.
0 commit comments