From 3194a3f3e5eb5cad3f11ca7e916a053eb60f8492 Mon Sep 17 00:00:00 2001 From: Cimbali Date: Tue, 1 Jun 2021 00:28:42 +0200 Subject: [PATCH] =?UTF-8?q?Skip=20links=20to=20pages=20with=20=E2=80=9Cvig?= =?UTF-8?q?nettes=E2=80=9D=C2=A0demos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/docs/scrapers/r.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/docs/scrapers/r.rb b/lib/docs/scrapers/r.rb index 6a36a843..e0e43355 100644 --- a/lib/docs/scrapers/r.rb +++ b/lib/docs/scrapers/r.rb @@ -24,6 +24,7 @@ module Docs options[:skip_patterns] = [ /\/DESCRIPTION$/, /\/NEWS(\.[^\/]*)?$/, + /\/doc\/index\.html$/, /\/demo$/, /\.pdf$/ ]