Skip to content

Commit a4aafb8

Browse files
committed
astro: skip getting-started
1 parent 951bbb6 commit a4aafb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/astro.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Astro < UrlScraper
1414
Licensed under the MIT License.
1515
HTML
1616

17-
options[:skip_patterns] = [/tutorial/]
17+
options[:skip_patterns] = [/tutorial/, /getting-started/]
1818

1919
self.release = '4.14.2'
2020
self.base_url = 'https://docs.astro.build/en/'

0 commit comments

Comments
 (0)