docs: add npm run sync:prod notes for production

Clarify when to use development vs production sync commands
in setup-guide, about-this-blog, and markdown-with-code-examples
This commit is contained in:
Wayne Sutton
2025-12-15 09:25:42 -08:00
parent 6c10829b1c
commit b280cb4605
8 changed files with 60 additions and 16 deletions

View File

@@ -1025,6 +1025,13 @@ body {
color: var(--text-secondary);
}
.stat-card-note {
font-size: 11px;
color: var(--text-secondary);
opacity: 0.7;
margin-top: 4px;
}
/* Stats sections */
.stats-section {
margin-bottom: 40px;