diff --git a/docs/user-documentation/community-office-hours.md b/docs/user-documentation/community-office-hours.md index 77641372..d982614f 100644 --- a/docs/user-documentation/community-office-hours.md +++ b/docs/user-documentation/community-office-hours.md @@ -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 diff --git a/docs/user-documentation/moderne-dx/how-to-guides/syncing-recipes-with-moderne-dx.md b/docs/user-documentation/moderne-dx/how-to-guides/syncing-recipes-with-moderne-dx.md index 513b82f8..7d5ed965 100644 --- a/docs/user-documentation/moderne-dx/how-to-guides/syncing-recipes-with-moderne-dx.md +++ b/docs/user-documentation/moderne-dx/how-to-guides/syncing-recipes-with-moderne-dx.md @@ -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. diff --git a/docs/user-documentation/workshops/recipe-authoring.md b/docs/user-documentation/workshops/recipe-authoring.md index 78f58de8..db2134d1 100644 --- a/docs/user-documentation/workshops/recipe-authoring.md +++ b/docs/user-documentation/workshops/recipe-authoring.md @@ -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).