Skip to content

Commit d6f11ed

Browse files
author
codegen-bot
committed
.
1 parent 104c0a2 commit d6f11ed

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

docs/blog/codemod-frameworks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "A Deep Dive into Codemod Frameworks"
3-
description: "Comparing popular tools for programmatic code transformation"
2+
title: "Comparing Codemod Frameworks"
3+
sidebarTitle: "Codemod Frameworks"
44
icon: "code-compare"
55
iconType: "solid"
66
---

docs/blog/posts.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ icon: "clock"
44
iconType: "solid"
55
---
66

7-
<Update label="2024-01-24" description="A Deep Dive into Codemod Frameworks">
8-
Comparing popular tools for programmatic code transformation
7+
<Update
8+
label="2024-01-24"
9+
description="Comparing Codemod Frameworks"
10+
title="Codemod Frameworks"
11+
>
12+
## Codemod Frameworks
13+
14+
Comparing popular tools for programmatic code transformation
15+
916
</Update>
1017

11-
<Update label="2024-01-24" description="Acting via Code">
12-
The path to advanced code manipulation agents
18+
<Update label="2024-01-24" description="Act via Code">
19+
20+
## Act via Code
21+
22+
The path to advanced code manipulation agents
23+
1324
</Update>

docs/mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"group": "Blog",
136-
"pages": ["blog/posts", "blog/act-via-code"]
136+
"pages": ["blog/posts", "blog/act-via-code", "blog/codemod-frameworks"]
137137
},
138138
{
139139
"group": "API Reference",

0 commit comments

Comments
 (0)