Skip to content

Commit

Permalink
Add a blurb expanding data table doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jul 16, 2024
1 parent 0d5d8e6 commit dbd230a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ class RecipeMarkdownGenerator : Runnable {
Files.newBufferedWriter(recipesWithDataTablesPath, StandardOpenOption.CREATE).useAndApply {
writeln("# Recipes with Data Tables\n")

writeln("_This doc contains all of the recipes with **unique** data tables that have been explicitly " +
"added by the recipe author. If a recipe contains only the default data tables, " +
"it won't be included in this list._\n")

for (recipe in recipesWithDataTables) {
writeln("**[${recipe.displayName}](https://docs.openrewrite.org/?q=${recipe.name})** ")
writeln("**${recipe.name}** ")
Expand Down

0 comments on commit dbd230a

Please sign in to comment.