mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Update test to exclude slate folder
This commit is contained in:
parent
526b45692d
commit
03e13b70b5
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -144,7 +144,7 @@ check-for-missing-anchors:
|
||||||
check-for-broken-markdown-reference-links:
|
check-for-broken-markdown-reference-links:
|
||||||
## Report Markdown reference-style links which weren't converted to HTML
|
## Report Markdown reference-style links which weren't converted to HTML
|
||||||
## links in the output, indicating there's no reference definition
|
## links in the output, indicating there's no reference definition
|
||||||
$S find $(SITEDIR) -name '*.html' -type f -not -path "*/doxygen/html/*" | xargs grep '\]\[' | eval $(ERROR_ON_OUTPUT)
|
$S find $(SITEDIR) -name '*.html' -type f -not -path "*/doxygen/html/*" -not -path "*/slate-example/*" | xargs grep '\]\[' | eval $(ERROR_ON_OUTPUT)
|
||||||
|
|
||||||
check-for-non-ascii-urls:
|
check-for-non-ascii-urls:
|
||||||
## Always check all translated urls don't contain non-ASCII
|
## Always check all translated urls don't contain non-ASCII
|
||||||
|
@ -273,4 +273,4 @@ check-for-javascript-in-svgs:
|
||||||
|
|
||||||
check-for-english-in-en-dir:
|
check-for-english-in-en-dir:
|
||||||
## All pages must have page.lang set to work properly with the site templates
|
## All pages must have page.lang set to work properly with the site templates
|
||||||
$S grep -rl \\'---' en/ --exclude-dir=doxygen | xargs grep -L '^ *lang: *en' | eval $(ERROR_ON_OUTPUT)
|
$S grep -rl \\'---' en/ --exclude-dir=doxygen --exclude-dir=slate-example | xargs grep -L '^ *lang: *en' | eval $(ERROR_ON_OUTPUT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue