We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f35c1 commit 481975bCopy full SHA for 481975b
utils/count_apis.sh
@@ -21,7 +21,7 @@ jq -r '
21
' "${1}" \
22
| sed -E 's#/{2,}#/#g' \
23
| sed -E 's#/$##' \
24
-| sed -E 's#\.(png|svg|css|js|json|xml)$#.<asset>#g' \
+| sed -E 's#\.(png|svg|css|js|json|xml|htm|html)$#.<asset>#g' \
25
| sed -E 's#^/v[0-9]+/swagger\.<asset>$#/v*/swagger#g' \
26
| sed -E 's#^/v[0-9]+/api-docs$#/v*/api-docs#g' \
27
| sed -E 's/[0-9a-fA-F-]{36}/<uuid>/g' \
0 commit comments