Skip to content

Commit

Permalink
Remove code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
theobarberbany committed Sep 25, 2024
1 parent 0389082 commit 965cb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
28 changes: 0 additions & 28 deletions docs/book/src/developer/providers/code-examples.md

This file was deleted.

4 changes: 2 additions & 2 deletions hack/verify-capi-book-summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RESULT=0
SUMMARY=$(cat ./docs/book/src/SUMMARY.md)

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

exit ${RESULT}
exit ${RESULT}

0 comments on commit 965cb82

Please sign in to comment.