Browse Source

astro: skip getting-started

Simon Legner 1 year ago
parent
commit
a4aafb8514
1 changed files with 1 additions and 1 deletions
  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/'