Skip to content

Commit

Permalink
Add Refaster template recipe docs
Browse files Browse the repository at this point in the history
Fixes: #256
  • Loading branch information
mike-solomon committed Jan 22, 2024
1 parent ab0598e commit 9ee111f
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 0 deletions.
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 9ee111f

Please sign in to comment.