Skip to content

Commit aa9f8c6

Browse files
committed
Fix YAML format - use comma-separated strings for aliases and related
- Convert aliases from YAML array to comma-separated string format - Convert related topics from YAML array to comma-separated string format - Match format used by existing topics (e.g., Python topic) - Resolves test parsing issues expecting comma-separated values
1 parent ac289bf commit aa9f8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/claude-code/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
aliases: [claude-cli, anthropic-claude-code, claude-code-cli, ai-terminal, intelligent-cli]
2+
aliases: claude-cli, anthropic-claude-code, claude-code-cli, ai-terminal, intelligent-cli
33
created_by: Anthropic
44
display_name: Claude Code
55
github_url: https://github.com/anthropics/claude-code
6-
related: [ai, cli, terminal, developer-experience, automation]
6+
related: ai, cli, terminal, developer-experience, automation
77
released: May 22, 2025
88
short_description: "Claude Code is the foundational command-line interface that brings AI assistance to software development."
99
topic: claude-code

0 commit comments

Comments
 (0)