We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0389082 commit 965cb82Copy full SHA for 965cb82
docs/book/src/developer/providers/code-examples.md
hack/verify-capi-book-summary.sh
@@ -26,7 +26,7 @@ RESULT=0
26
SUMMARY=$(cat ./docs/book/src/SUMMARY.md)
27
28
pushd ./docs/book/src > /dev/null
29
-FILES=$(find -- * -name "*.md" ! -name "SUMMARY.md" ! -name "code-examples.md")
+FILES=$(find -- * -name "*.md" ! -name "SUMMARY.md")
30
while read -r file; do
31
if ! [[ $SUMMARY == *"${file}"* ]]; then
32
RESULT=1
@@ -35,4 +35,4 @@ while read -r file; do
35
done <<< "${FILES}"
36
popd > /dev/null
37
38
-exit ${RESULT}
+exit ${RESULT}
0 commit comments