* docs: docs for next release * changes to opentelemetry dependencies * document plugin env variables * document admin changes * fix vale error * add version notes * document campaign budget updates * document campaign changes in user guide * document chages in cluster mode cli * documented once promotion allocation * document multiple API keys support
21 lines
588 B
Plaintext
21 lines
588 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `${pageNumber} Medusa Codemods`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
In this chapter, you'll learn about Medusa codemods and the list of available codemods.
|
|
|
|
## What are Codemods?
|
|
|
|
Codemods are scripts that help you automate codebase changes. They are especially useful when updating to a new version that requires large changes to your codebase.
|
|
|
|
Medusa provides codemods to help you update your codebase. Use these codemods when updating to their respective versions.
|
|
|
|
---
|
|
|
|
## List of Medusa Codemods
|
|
|
|
<ChildDocs type="item" /> |