We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4157a commit 821fe2aCopy full SHA for 821fe2a
1 file changed
lib/docs/scrapers/astro.rb
@@ -16,9 +16,9 @@ class Astro < UrlScraper
16
17
options[:skip_patterns] = [/tutorial/]
18
19
- self.release = '3.2.0'
+ self.release = '4.12.3'
20
self.base_url = 'https://docs.astro.build/en/'
21
- self.initial_paths = %w(getting-started/)
+ self.initial_paths = %w(install-and-setup/)
22
23
html_filters.push 'astro/entries', 'astro/clean_html'
24
0 commit comments