Update VueUse documentation (10.1.0)

This commit is contained in:
Simon Legner 2023-04-25 19:03:29 +02:00
parent 214da8c130
commit 327e77838c
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@ module Docs
return 'Guide' if slug == 'functions'
return 'Guide' if slug == 'guidelines'
return 'Guide' if slug.start_with? 'guide'
link = at_css('.link.active')
link.ancestors('section').at_css('.title').content
link = at_css('.is-link.is-active')
link.ancestors('section').at_css('h2.text').content
end
end
end

View file

@ -22,7 +22,7 @@ module Docs
Licensed under the MIT License.
HTML
self.release = '9.10.0'
self.release = '10.1.0'
self.base_url = 'https://vueuse.org/'
self.initial_paths = %w(functions.html)
html_filters.push 'vueuse/entries', 'vite/clean_html', 'vueuse/clean_html'