Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Refaster template recipe docs #259

Merged
merged 5 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Encryptors
endcode
endhint
endtab
errorprone
equalsignorecaserecipe
equalsrecipe
fasterxml
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* [Recipe development environment](authoring-recipes/recipe-development-environment.md)
* [The different types of recipes](authoring-recipes/types-of-recipes.md)
* [Writing a Java refactoring recipe](authoring-recipes/writing-a-java-refactoring-recipe.md)
* [Getting started with Refaster template recipes](/authoring-recipes/refaster-recipes.md)
* [Recipe testing](authoring-recipes/recipe-testing.md)
* [Recipe conventions and best practices](authoring-recipes/recipe-conventions-and-best-practices.md)
* [Modifying methods with JavaTemplate](authoring-recipes/modifying-methods-with-javatemplate.md)
Expand Down
1 change: 1 addition & 0 deletions authoring-recipes/authoring-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [Recipe development environment](/authoring-recipes/recipe-development-environment.md)
* [The different types of recipes](/authoring-recipes/types-of-recipes.md)
* [Writing a Java refactoring recipe](/authoring-recipes/writing-a-java-refactoring-recipe.md)
* [Getting started with Refaster template recipes](/authoring-recipes/refaster-recipes.md)
* [Recipe testing](/authoring-recipes/recipe-testing.md)
* [Recipe conventions and best practices](/authoring-recipes/recipe-conventions-and-best-practices.md)
* [Modifying methods with JavaTemplate](/authoring-recipes/modifying-methods-with-javatemplate.md)
Expand Down
Loading
Loading