The docs behind docs.openrewrite.org.
All of the documentation about specific recipes is auto-generated via the rewrite-recipe-markdown-generator. This includes names, descriptions, tags, source links, example usage, and license information.
If you wish to update any of those things, please update the recipes themselves rather than submitting a PR here (as any manual changes will be clobbered with the next release).
You can find the auto-generated recipe docs in the recipes directory.
We encourage you to contribute to our docs! Please feel free to create an issue or open a PR if you find any issues.
We use Docusaurus to manage our documentation. When any changes are merged into this directory, a build is kicked off to update the docs. Please see the contributing guide for detailed instructions on how to get started.
This project uses Docusaurus to manage the documentation. To preview the docs locally, you can run the following command:
npx docusaurus start;