rewrite-docs
rewrite-docs copied to clipboard
Stores the markdown documents used to generate docs.openrewrite.org
## What problem are you trying to solve? While we have a lot of docs, most of those are on specific elements of writing recipes, whereas the bigger picture is...
[Based on a common question in the OpenRewrite Slack](https://rewriteoss.slack.com/archives/C01A843MWG5/p1718017239413039), we should update the docs to make it clearer how to replace one statement with multiple new statements using JavaTemplate. Tim...
I noticed our [recipes](https://docs.openrewrite.org/concepts-explanations/recipes) concepts page does not contain Refaster recipes. We should add that to said page.
## What problem are you trying to solve? Right now we only document how to export existing data tables: - https://docs.openrewrite.org/running-recipes/data-tables - https://docs.openrewrite.org/reference/recipes-with-data-tables Not how to write and test a...
## What version of OpenRewrite are you using? None, this is a documentationissue ## How are you running OpenRewrite? See above ## What is the smallest, simplest way to reproduce...
## What problem are you trying to solve? `additionalPlainTextMasks` is not documented here: https://docs.openrewrite.org/reference/rewrite-maven-plugin
I know that traits were introduced into OpenRewrite relatively recently and I found they can be quite useful once you figure out how to use them. The problem is that...
## What problem are you trying to solve? The `failOnInvalidActiveRecipes` option is not documented (maven and gradle). Fro example I'm referring to this line in the gradle plugin: https://github.com/openrewrite/rewrite-gradle-plugin/blob/main/plugin/src/main/java/org/openrewrite/gradle/RewriteExtension.java#L72 gradle.properties...