mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Titles/desc for rest of user docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user