Skip to content

Commit c39956e

Browse files
committed
Update Vite documentation (4.4.8)
1 parent 362fc9f commit c39956e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/docs/filters/vite/clean_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class CleanHtmlFilter < Filter
44
def call
55
return "<h1>Vitest</h1><p>A Vite-native unit test framework. It's fast!</p>" if root_page? && current_url.host == 'vitest.dev'
66
return "<h1>VueUse</h1><p>Collection of Vue Composition Utilities</p>" if root_page? && current_url.host == 'vueuse.org'
7-
return '<h1>Vite</h1>' if root_page?
7+
return '<h1>Vite</h1><p>Next Generation Frontend Tooling</p>' if root_page?
88
@doc = at_css('main h1').parent
99

1010
css('.demo', '.guide-links', '.footer', '#ad').remove

lib/docs/scrapers/vite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Vite < UrlScraper
2121
html_filters.push 'vite/entries', 'vite/clean_html'
2222

2323
version do
24-
self.release = '4.3.9'
24+
self.release = '4.4.8'
2525
self.base_url = 'https://vitejs.dev/'
2626
end
2727

0 commit comments

Comments
 (0)