-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: navigation improvements (#1306)
* docs: update navigation experience * docs: fix reference intro cards descriptions
- Loading branch information
1 parent
4a9cd42
commit 0d60d12
Showing
12 changed files
with
69 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Introduction" | ||
sidebarTitle: "Introduction" | ||
--- | ||
|
||
Codemod Workflow Engine allows you to manage different migration tasks at various levels. | ||
|
||
Below, you can find the different operations supported by the Workflow Engine API: | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Git Operations" icon="git" href="/api-reference/git"> | ||
Perform repository operations such as clone, branch, commit, and push | ||
</Card> | ||
<Card title="File Operations" icon="file" href="/api-reference/file"> | ||
Perform file and directory operations such as iterating, copying, moving, and removing | ||
</Card> | ||
<Card title="Code Transformation" icon="scribble" href="/api-reference/transformation"> | ||
Perform code transformations with engines such as jscodeshift, ts-morph, and ast-grep | ||
</Card> | ||
<Card title="Command-Line Operations" icon="terminal" href="/api-reference/command"> | ||
Execute CLI commands over your working directories | ||
</Card> | ||
</CardGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters