Skip to content

Commit

Permalink
Add Refaster template recipe docs (#259)
Browse files Browse the repository at this point in the history
* Add Refaster template recipe docs

Fixes: #256

* Fix spelling warnings

* Update authoring-recipes/refaster-recipes.md

Co-authored-by: Tim te Beek <[email protected]>

* Update authoring-recipes/refaster-recipes.md

Co-authored-by: Tim te Beek <[email protected]>

* Update authoring-recipes/refaster-recipes.md

Co-authored-by: Tim te Beek <[email protected]>

---------

Co-authored-by: Mike Solomon <[email protected]>
Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent ab0598e commit 277a7a1
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 0 deletions.
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

0 comments on commit 277a7a1

Please sign in to comment.