You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/claude-code.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Copy this example template or make changes for your docs specifications:
82
82
Once you have Claude Code set up, try these prompts to see how it can help with common documentation tasks. You can copy and paste these examples directly, or adapt them for your specific needs.
83
83
84
84
### Convert notes to polished docs
85
-
Turn rough drafts into proper `MDX` with components and frontmatter.
85
+
Turn rough drafts into proper Markdown pages with components and frontmatter.
86
86
87
87
**Example prompt:**
88
88
```text wrap
@@ -124,7 +124,7 @@ Run Claude Code automatically when code changes to keep docs up to date. You can
124
124
Use separate Claude Code sessions for different tasks - one for writing new content and another for reviewing and quality assurance. This helps maintain consistency and catch issues that a single session might miss.
125
125
126
126
### Team collaboration
127
-
Share your refined `CLAUDE.md` file with your team to ensure documentation standards across all contributors. Teams often develop project-specific prompts and workflows that become part of their documentation process.
127
+
Share your refined `CLAUDE.md` file with your team to ensure consistent documentation standards across all contributors. Teams often develop project-specific prompts and workflows that become part of their documentation process.
128
128
129
129
### Custom commands
130
130
Create reusable slash commands in `.claude/commands/` for frequently used documentation tasks specific to your project or team.
0 commit comments