소스 검색

astro: skip getting-started

Simon Legner 1 년 전
부모
커밋
a4aafb8514
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/astro.rb

+ 1 - 1
lib/docs/scrapers/astro.rb

@@ -14,7 +14,7 @@ module Docs
       Licensed under the MIT License.
     HTML
 
-    options[:skip_patterns] = [/tutorial/]
+    options[:skip_patterns] = [/tutorial/, /getting-started/]
 
     self.release = '4.14.2'
     self.base_url = 'https://docs.astro.build/en/'