openrewrite / rewrite-recipe-markdown-generator

Utility that generates OpenRewrite recipe documentation in markdown format for all recipes on the classpath.
https://docs.openrewrite.org/recipes
Apache License 2.0
2 stars 7 forks source link

Add rewrite-static-analysis for 8.0 #54

Closed timtebeek closed 1 year ago

timtebeek commented 1 year ago

As part of 8.0 we're splitting off openrewrite/rewrite-static-analysis into a separate project. This means we'll have to update the docs accordingly:

mike-solomon commented 1 year ago

@timtebeek I see that static analysis has been added to the build.gradle.kts file. Are the other parts of this done? Or do we still need to do something for those?

timtebeek commented 1 year ago

Looks like my sample n=1 now links correctly: https://openrewrite.github.io/rewrite-recipe-markdown-generator/reference/recipes/staticanalysis/README.html

We do need to remove (some of) the old cleanup recipes from rewrite-docs still: https://github.com/openrewrite/rewrite-docs/tree/master/reference/recipes/java/cleanup

mike-solomon commented 1 year ago

I haven't copied over the generated recipes to rewrite-docs, yet so that makes sense. I'm planning on doing that with in coordination with the changelog going out: https://github.com/openrewrite/rewrite-docs/pull/176

timtebeek commented 1 year ago

OK great; I've checked the remaining two items and will assume you handle the deployment separately, thanks!