Skip to content

Commit 965cb82

Browse files
Remove code examples
1 parent 0389082 commit 965cb82

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

docs/book/src/developer/providers/code-examples.md

-28
This file was deleted.

hack/verify-capi-book-summary.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RESULT=0
2626
SUMMARY=$(cat ./docs/book/src/SUMMARY.md)
2727

2828
pushd ./docs/book/src > /dev/null
29-
FILES=$(find -- * -name "*.md" ! -name "SUMMARY.md" ! -name "code-examples.md")
29+
FILES=$(find -- * -name "*.md" ! -name "SUMMARY.md")
3030
while read -r file; do
3131
if ! [[ $SUMMARY == *"${file}"* ]]; then
3232
RESULT=1
@@ -35,4 +35,4 @@ while read -r file; do
3535
done <<< "${FILES}"
3636
popd > /dev/null
3737

38-
exit ${RESULT}
38+
exit ${RESULT}

0 commit comments

Comments
 (0)