Commit Graph

10 Commits

Author SHA1 Message Date
jesuistombe
8be637017d Update recipe-authoring.md (#221) 2025-04-17 13:42:42 +02:00
Tim te Beek
2abb34f0e7 Link to automating breaking changes 2025-04-17 10:25:22 +02:00
Mike Solomon
e7f2485173 Link recipe authoring workshop to traits doc 2025-04-09 08:10:37 -07:00
Jammy
04a0546c45 update recipe builder link 2025-04-08 15:24:55 -04:00
Nadav Cohen
40302d17a6 Removes note on issue that has been resolved! 2025-03-04 17:02:52 -05:00
Mike Solomon
693b89018f Fix broken links + add broken links script
After the broken link script is run, you can use the following command to see what links are broken:

awk '$2 != 200 {print $1, $2}' urls_with_status.txt
2025-02-24 09:51:49 -08:00
Mike Solomon
0311cc902d Call out moderne-recipe-bom 2025-02-06 08:55:02 -08:00
Mike Solomon
92461b2954 Titles/desc for rest of user docs 2025-01-27 09:10:10 -08:00
Jacob van Lingen
4c57d0cf78 Update recipe-authoring.md
As you can't run test with Java 23¹, it's better to just define the Java version as 17 or 21 in the documentation (and maybe 25 once it's released in September next year). The user reading the documentation does not want to understand the nitty gritty things about OpenRewrite, but wants to run the tests. 

 __
¹ You will run into a "Failed to parse sources or run recipe => Failed to convert for the following cursor stack" error.
2024-11-01 14:21:20 +01:00
Mike Solomon
90fdba96d8 Initial save of docusaurus conversion
Getting started docs converted

How-to guides

References

Begin CLI docs

Add cli how to guides

Moderne IDE docs

Add release docs

Update office hours

Add DX and workshops

Add admin doc getting started

Add agent config docs

Add tables for agent config

Start reporting + configure mermaid

Finish platform admin docs

Finish doc copying + remove gitbook stuff

Fix broken links

Get stuff up to date

Attempt to fix site
2024-10-24 08:48:05 -07:00