mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Vite documentation (4.4.8)
This commit is contained in:
parent
362fc9f664
commit
c39956e9e5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ module Docs
|
|||
def call
|
||||
return "<h1>Vitest</h1><p>A Vite-native unit test framework. It's fast!</p>" if root_page? && current_url.host == 'vitest.dev'
|
||||
return "<h1>VueUse</h1><p>Collection of Vue Composition Utilities</p>" if root_page? && current_url.host == 'vueuse.org'
|
||||
return '<h1>Vite</h1>' if root_page?
|
||||
return '<h1>Vite</h1><p>Next Generation Frontend Tooling</p>' if root_page?
|
||||
@doc = at_css('main h1').parent
|
||||
|
||||
css('.demo', '.guide-links', '.footer', '#ad').remove
|
||||
|
|
|
@ -21,7 +21,7 @@ module Docs
|
|||
html_filters.push 'vite/entries', 'vite/clean_html'
|
||||
|
||||
version do
|
||||
self.release = '4.3.9'
|
||||
self.release = '4.4.8'
|
||||
self.base_url = 'https://vitejs.dev/'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue