Skip links to pages with “vignettes” demos

This commit is contained in:
Cimbali 2021-06-01 00:28:42 +02:00
parent 94b404450c
commit 3194a3f3e5

View file

@ -24,6 +24,7 @@ module Docs
options[:skip_patterns] = [
/\/DESCRIPTION$/,
/\/NEWS(\.[^\/]*)?$/,
/\/doc\/index\.html$/,
/\/demo$/,
/\.pdf$/
]