mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update VueUse documentation (10.1.0)
This commit is contained in:
parent
214da8c130
commit
327e77838c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue