diff --git a/CLAUDE.md b/CLAUDE.md index f067473..3104232 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -136,9 +136,9 @@ Après ces modifications, **rappeler** de mettre à jour le landing: OK 2. Templates Count - Guide: 57 files - index.html: 57 - examples.html: 57 + Guide: 53 files + index.html: 53 + examples.html: 53 OK 3. Quiz Questions diff --git a/README.md b/README.md index 45b0f43..c4103fb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
@@ -129,7 +129,7 @@ Claude asks 2-4 questions then guides you through personalized content based on - You read official docs → dense, no progression - You search tutorials → scattered, outdated in weeks -**This guide:** Structured learning path with 57 copy-paste templates. Your mileage may vary—but this saves you the exploration time. +**This guide:** Structured learning path with 53 copy-paste templates. Your mileage may vary—but this saves you the exploration time. | Traditional Docs | This Guide | |------------------|------------| diff --git a/scripts/check-landing-sync.sh b/scripts/check-landing-sync.sh index 5dcbe34..3d34476 100755 --- a/scripts/check-landing-sync.sh +++ b/scripts/check-landing-sync.sh @@ -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]+')