Przeglądaj źródła

Merge pull request #1416 from MasterEnoc/typescript

Add non-api sections to typescript
Simon Legner 5 lat temu
rodzic
commit
ee66e4c139
1 zmienionych plików z 0 dodań i 10 usunięć
  1. 0 10
      lib/docs/scrapers/typescript.rb

+ 0 - 10
lib/docs/scrapers/typescript.rb

@@ -16,21 +16,11 @@ module Docs
 
     options[:skip] = [
       'react-&-webpack.html',
-      'asp-net-core.html',
-      'gulp.html',
-      'dom-manipulation.html',
-      'migrating-from-javascript.html',
-      'babel-with-typescript.html',
-      'intro.html'
     ]
 
     options[:skip_patterns] = [
       /2/,
-      /typescript-/,
       /release-notes/,
-      /introduction/,
-      /tutorials/,
-      /intro.html/
     ]
 
     options[:attribution] = <<-HTML