Skip to content

Commit 40df521

Browse files
committed
Skip broken page in Bootstrap 4
1 parent 55332ca commit 40df521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/docs/scrapers/bootstrap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Bootstrap < UrlScraper
2323

2424
html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
2525

26-
options[:only_patterns] = [/\Agetting-started\//, /\Alayout\//, /\Acontent\//, /\Acomponents\//, /\Autilities\//, /\Amigration\//]
26+
options[:only_patterns] = [/\Agetting-started\//, /\Alayout\//, /\Acontent\//, /\Acomponents\//, /\Autilities\/.+/, /\Amigration\//]
2727
end
2828

2929
version '3' do

0 commit comments

Comments
 (0)