Titles/desc for rest of user docs

This commit is contained in:
Mike Solomon
2025-01-27 09:10:10 -08:00
parent be6a8f44bd
commit 92461b2954
3 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Code Remix
description: Links to every Code Remix session and summaries of what took place in each.
---
import ReactPlayer from 'react-player';
# Code Remix

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Syncing recipes
description: How to synchronize your local recipes with Moderne DX.
---
# Syncing recipes with Moderne DX
To sync recipes from Moderne DX to your local CLI, you will need to execute the following commands.

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Recipe authoring
description: How to create and test recipes with OpenRewrite and Moderne.
---
# Recipe authoring workshop
[OpenRewrite](https://docs.openrewrite.org/) is a framework for writing and running code transformations. [Recipes](https://docs.openrewrite.org/concepts-and-explanations/recipes) are the unit of work in OpenRewrite, and can be written in [YAML](https://docs.openrewrite.org/concepts-and-explanations/recipes#declarative-recipes), [Refaster](https://docs.openrewrite.org/authoring-recipes/refaster-recipes), or [imperative Java](https://docs.openrewrite.org/concepts-and-explanations/recipes#imperative-recipes).