瀏覽代碼

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'