Browse Source

feat (scrapers): update astro.rb

lippiece 1 year ago
parent
commit
821fe2ac36
1 changed files with 2 additions and 2 deletions
  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'