docs: Add blog post link and convert logo to PNG format

- Add Medium blog post link about slash commands to README files
- Convert claude-howto-logo.svg to PNG format (1024x256)
- Replace old claude-ai-icon.webp with new logo
- Update .gitignore to exclude blog-posts directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Luong NGUYEN
2025-11-08 19:12:11 +01:00
parent 346a2fa993
commit 1df7ed4916
5 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -44,4 +44,5 @@ yarn-error.log*
*.tmp *.tmp
*.temp *.temp
# Keep .claude/ clean for hand-on section # Keep .claude/ clean for hand-on section
.claude/ .claude/
blog-posts/

View File

@@ -411,6 +411,7 @@ Access with: `/deploy/production`, `/test/unit`, `/docs/api`
## Resources ## Resources
- [Discovering Claude Code Slash Commands](https://medium.com/@luongnv89/discovering-claude-code-slash-commands-cdc17f0dfb29) - Comprehensive blog post exploring slash commands
- [Claude Code Commands Documentation](https://docs.claude.com/en/docs/claude-code/custom-commands) - [Claude Code Commands Documentation](https://docs.claude.com/en/docs/claude-code/custom-commands)
- [Markdown Guide](https://www.markdownguide.org/) - [Markdown Guide](https://www.markdownguide.org/)
- [Command Examples Repository](https://github.com/anthropics/claude-code-examples) - [Command Examples Repository](https://github.com/anthropics/claude-code-examples)

View File

@@ -43,6 +43,8 @@ cp 01-slash-commands/*.md /path/to/project/.claude/commands/
/generate-api-docs /generate-api-docs
``` ```
**Learn More**: [Discovering Claude Code Slash Commands](https://medium.com/@luongnv89/discovering-claude-code-slash-commands-cdc17f0dfb29)
--- ---
## 02. Subagents ## 02. Subagents

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
claude-howto-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB