We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a084227 commit a0566e5Copy full SHA for a0566e5
scripts/docscheck.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-docs=$(ls website/docs/**/*.markdown website/docs/**/*.md)
+docs=$(ls website/docs/**/*.markdown)
4
error=false
5
6
for doc in $docs; do
0 commit comments