소스 검색

feat (scrapers): update astro.rb

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

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

@@ -16,9 +16,9 @@ module Docs
 
     options[:skip_patterns] = [/tutorial/]
 
-    self.release = '3.2.0'
+    self.release = '4.12.3'
     self.base_url = 'https://docs.astro.build/en/'
-    self.initial_paths = %w(getting-started/)
+    self.initial_paths = %w(install-and-setup/)
 
     html_filters.push 'astro/entries', 'astro/clean_html'