Skip to content

Commit f599afa

Browse files
committed
improved docs
1 parent e3e8b14 commit f599afa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/src/content/docs/case-studies/lowerflat-via-mcp.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ description: 'How Claude renamed LowerJoined to LowerFlat using the Renamify MCP
66
import { Code } from '@astrojs/starlight/components';
77
import screenshot from '../../../assets/case-studies/ai-powered-self-hosting.png';
88

9-
One of the most powerful features of Renamify is its ability to rename itself - a true test of any renaming tool. This case study shows how we used the Renamify MCP server with Claude to rename our case style identifiers from `LowerJoined` to `LowerFlat` and `UpperJoined` to `UpperFlat`.
9+
One of the most powerful features of Renamify is its ability to rename parts of itself, or [even the entire project](/renamify/case-studies/renaming-to-renamify/).
10+
11+
This case study shows how we used the Renamify MCP server with Claude to rename our case style identifiers from `LowerJoined` to `LowerFlat` and `UpperJoined` to `UpperFlat`.
1012

1113
<img
1214
src={screenshot.src}
@@ -15,7 +17,7 @@ One of the most powerful features of Renamify is its ability to rename itself -
1517

1618
## The Challenge
1719

18-
We had named our case styles `LowerJoined` and `UpperJoined` to describe identifiers with no separators (like `flatcase` and `UPPERFLATCASE`). We realized these should be called `LowerFlat` and `UpperFlat` to match the standard naming convention.
20+
We had named our case styles `LowerJoined` and `UpperJoined` to describe identifiers with no separators (like `flatcase` and `UPPERFLATCASE`). We realized these should be called `LowerFlat` and `UpperFlat` to match the [standard naming convention](https://stringcase.org/cases/flat/).
1921

2022
This meant renaming:
2123

@@ -115,4 +117,4 @@ All with two simple MCP tool calls from an AI agent.
115117

116118
## Try It Yourself
117119

118-
To use Renamify with Claude Code via MCP, see our [MCP Server documentation](/mcp/overview).
120+
To use Renamify with Claude Code via MCP, see our [MCP Server documentation](/renamify/mcp/overview).

docs/src/content/docs/case-studies/renaming-to-renamify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Renaming Ourselves to Renamify
2+
title: Renaming Refaktor to Renamify
33
description: How I used this tool to rename the project to something else
44
---
55

0 commit comments

Comments
 (0)