mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +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:
|
||||
## Report Markdown reference-style links which weren't converted to HTML
|
||||
## 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:
|
||||
## 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:
|
||||
## 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