浏览代码

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/'