Skip to content

Commit

Permalink
update external_refs with learning material links and fix CI test (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Sep 8, 2022
1 parent bd41d1d commit 08ed755
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/gencode_docs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ if [ "$OP" == check_links ]; then

missing=
echo Checking references to externally linked files...
fgrep -v \# etc/external_refs.txt | while read file comment; do
while read file comment; do
if [[ -n $file && ! -f $file ]]; then
echo "Reference to missing file '$file': $comment"
missing=y
fi
done
done < <( fgrep -v \# etc/external_refs.txt )

if [[ -n $missing ]]; then
exit 1
Expand Down
18 changes: 18 additions & 0 deletions etc/external_refs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@
# This is not sophisticated enough to check the _usage_ of any files.

dashboard/deploy_dashboard_gcloud referenced in MSI learning materials and documentation
docs/tools/keygen.md referenced in MSI learning materials and documentation
docs/tools/pubber.md referenced in MSI learning materials and documentation
docs/tools/registrar.md referenced in MSI learning materials and documentation
docs/tools/validator.md referenced in MSI learning materials and documentation
docs/tools/sequencer.md referenced in MSI learning materials and documentation
docs/specs/sequences/readme.md referenced in MSI learning materials and documentation
docs/specs/message_walk.md referenced in MSI learning materials and documentation
docs/cloud/gcp/readme.md referenced in MSI learning materials and documentation
docs/specs/site_model.md referenced in MSI learning materials and documentation
docs/specs/metadata.md referenced in MSI learning materials and documentation
docs/tools/validator.md referenced in MSI learning materials and documentation
docs/specs/connecting.md referenced in MSI learning materials and documentation
docs/specs/gateway.md referenced in MSI learning materials and documentation
docs/messages/state.md referenced in MSI learning materials and documentation
docs/messages/config.md referenced in MSI learning materials and documentation
docs/specs/sequences/writeback.md referenced in MSI learning materials and documentation
gencode/docs/state.html referenced in MSI learning materials and documentation
gencode/docs/metadata.html referenced in MSI learning materials and documentation

0 comments on commit 08ed755

Please sign in to comment.