rewrite-docs icon indicating copy to clipboard operation
rewrite-docs copied to clipboard

Stores the markdown documents used to generate docs.openrewrite.org

Results 28 rewrite-docs issues
Sort by recently updated
recently updated
newest added

## 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...

documentation
enhancement

[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...

documentation
enhancement
good first issue

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.

documentation
enhancement

## 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...

documentation
enhancement

## 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...

bug
documentation

## What problem are you trying to solve? `additionalPlainTextMasks` is not documented here: https://docs.openrewrite.org/reference/rewrite-maven-plugin

documentation
enhancement

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...

documentation
enhancement

## 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...

documentation
enhancement
blocked