fix: correct template count to 53 (validated by sync script)
- Update sync script to include .json files in count - Fix README.md and CLAUDE.md with accurate count Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fb9689fed3
commit
b814c568d1
3 changed files with 6 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ echo ""
|
|||
# ===================
|
||||
# 2. TEMPLATES COUNT
|
||||
# ===================
|
||||
TEMPLATE_COUNT=$(find "$GUIDE_DIR/examples" -type f \( -name "*.md" -o -name "*.sh" -o -name "*.ps1" -o -name "*.yml" -o -name "*.yaml" \) | wc -l | tr -d ' ')
|
||||
TEMPLATE_COUNT=$(find "$GUIDE_DIR/examples" -type f \( -name "*.md" -o -name "*.sh" -o -name "*.ps1" -o -name "*.yml" -o -name "*.yaml" -o -name "*.json" \) | wc -l | tr -d ' ')
|
||||
|
||||
# Check index.html
|
||||
LANDING_TEMPLATES_INDEX=$(grep -oE '[0-9]+ Templates' "$LANDING_DIR/index.html" | head -1 | grep -oE '[0-9]+')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue