File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,6 @@ def initial_urls
19
19
20
20
html_filters . push 'typescript/entries' , 'typescript/clean_html' , 'title'
21
21
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
-
32
22
options [ :skip_patterns ] = [
33
23
/\A branding/ ,
34
24
/\A community/ ,
@@ -40,12 +30,12 @@ def initial_urls
40
30
]
41
31
42
32
options [ :attribution ] = <<-HTML
43
- © 2012-2024 Microsoft< br >
33
+ © 2012-2025 Microsoft< br >
44
34
Licensed under the Apache License, Version 2.0.
45
35
HTML
46
36
47
37
version do
48
- self . release = '5.7 .2'
38
+ self . release = '5.8 .2'
49
39
self . base_urls = [
50
40
'https://www.typescriptlang.org/docs/handbook/' ,
51
41
'https://www.typescriptlang.org/'
You can’t perform that action at this time.
0 commit comments