Skip to content

Commit 707f879

Browse files
committed
Merge branch 'develop' of github.com:magento-devdocs/magento2-page-builder into develop
2 parents 501b3fb + b7adb7b commit 707f879

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/_config.checks.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Configuration settings for html-proofer.
2+
# For configuration documentation, refer to: https://github.com/gjtorikian/html-proofer#configuration
3+
# For configuration defaults, refer to: https://github.com/gjtorikian/html-proofer/blob/master/lib/html-proofer/configuration.rb
4+
#
5+
html-proofer:
6+
:disable_external: true
7+
:only_4xx: true
8+
:empty_alt_ignore: true
9+
:allow_hash_ref: true
10+
:error_sort: :desc
11+
:parallel:
12+
:in_processes: 3
13+
:file_ignore:
14+
- !ruby/regexp /guides\/m1x/
15+
- !ruby/regexp /guides\/v2\.0/
16+
- !ruby/regexp /videos\//
17+
:url_ignore:
18+
- !ruby/regexp /guides\/m1x/
19+
- !ruby/regexp /guides\/v2\.0/
20+
- !ruby/regexp /videos\//
21+
- !ruby/regexp /guides\//
22+
- !ruby/regexp /mftf\//
23+
- !ruby/regexp /common\//
24+
- !ruby/regexp /community\//
25+
- !ruby/regexp /mftf\//
26+
- !ruby/regexp /redoc\//
27+
- !ruby/regexp /swagger\//
28+
- !ruby/regexp /whatsnew.html/
29+
- !ruby/regexp /availability.html/
30+
- !ruby/regexp /magento-techbull.html/
31+
- !ruby/regexp /magento-third-party.html/
32+
- !ruby/regexp /whatsnew.html/
33+
- !ruby/regexp /search.html/
34+
- !ruby/regexp /system-requirements.html/
35+
- !ruby/regexp /feed.xml/

0 commit comments

Comments
 (0)