Skip to content

Commit

Permalink
add how to
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Sep 26, 2024
1 parent 2f70bd6 commit cdb7add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/content/generate-compliance-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for row in $(echo "${pages}" | jq -r '.frameworks[] | @base64'); do
}
slug=$(echo "$(_jq '.framework')-$(_jq '.cloud')-$(decodeService '.name')" | awk '{print tolower($0)}' | sed 's/ /-/g')
layout=$(_jq '.framework' | awk '{print tolower($0)}' | sed 's/ /-/g')
title="$(_jq '.framework') Compliance for $(_jq '.cloud') $(decodeService '.name')"
title="How to Achieve $(_jq '.framework') Compliance for $(_jq '.cloud') $(decodeService '.name')"
# Create a new markdown file for each entry
cat > "content/compliance/${slug}.md" <<EOF
---
Expand Down

0 comments on commit cdb7add

Please sign in to comment.