Skip to content

Commit

Permalink
Update Vite documentation (6.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 27, 2024
1 parent d0582c6 commit 1ee7402
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/docs/scrapers/vite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ class Vite < UrlScraper
html_filters.push 'vite/entries', 'vite/clean_html'

version do
self.release = '5.4.11'
self.release = '6.0.1'
self.base_url = 'https://vite.dev/'
end

version '5' do
self.release = '5.4.11'
self.base_url = 'https://v5.vite.dev/'
end

version '4' do
self.release = '4.5.5'
self.base_url = 'https://v4.vite.dev/'
Expand Down

0 comments on commit 1ee7402

Please sign in to comment.