From f8eb9e1859baf77b367eb99387cdfeefcc00383a Mon Sep 17 00:00:00 2001 From: Scott Jungling Date: Thu, 26 Aug 2021 16:36:26 +0000 Subject: [PATCH] GitBook: [master] 3 pages modified --- getting-started/signing-in-with-github.md | 21 ++++++++++--------- .../creating-your-own-recipes-with-builder.md | 8 +++---- references/repository-selection.md | 21 ++++++++----------- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/getting-started/signing-in-with-github.md b/getting-started/signing-in-with-github.md index a61d8f05..4d8cfcdc 100644 --- a/getting-started/signing-in-with-github.md +++ b/getting-started/signing-in-with-github.md @@ -4,11 +4,11 @@ To help orient you to Moderne, let's run a couple of recipes on some open source In this guide, we will -- [ ] **Login with GitHub** -- [ ] **Find a recipe to search across multiple repositories** -- [ ] **Examine the results of our recipe** -- [ ] **Narrow our focus and run a recipe to transform a repository based on the search** -- [ ] **Verify the results and issue a Pull Request to transform the code** +* [ ] **Login with GitHub** +* [ ] **Find a recipe to search across multiple repositories** +* [ ] **Examine the results of our recipe** +* [ ] **Narrow our focus and run a recipe to transform a repository based on the search** +* [ ] **Verify the results and issue a Pull Request to transform the code** ## Step 1: Go to [app.moderne.io](https://app.moderne.io) and _Login_ @@ -44,9 +44,9 @@ Let's find a good recipe to start from to help illustrate how to search across m To narrow our scope a little bit, from the Recipe details page for _SpringBoot 2.x Best Practices:_ -- Click the _Select Repositories_ button -- In the search dropdown field, enter _OpenRewrite_ -- Click ![](../.gitbook/assets/select-only.png) to select the search results +* Click the _Select Repositories_ button +* In the search dropdown field, enter _OpenRewrite_ +* Click ![](../.gitbook/assets/select-only.png) to select the search results Now we should see a number in the _Select Repositories_ button indicating how many repositories we to search. @@ -76,8 +76,8 @@ As an example, the screenshot above illustrates how this recipe converts `@Reque The next course of action is to commit the changes. There are a few options available: -- Download a patch ![](../.gitbook/assets/result-diff-download-patch.png) of the change to test locally. -- Create a branch and open a pull request ![](../.gitbook/assets/result-diff-create-branch.png). +* Download a patch ![](../.gitbook/assets/result-diff-download-patch.png) of the change to test locally. +* Create a branch and open a pull request ![](../.gitbook/assets/result-diff-create-branch.png). Clicking ![](../.gitbook/assets/result-diff-create-branch.png) present you with a prompt to select whether or not you wish to create a fork of the project into your personal GitHub. @@ -90,3 +90,4 @@ If you have committer access to the repository, create a branch directly on the {% endhint %} ## Step 9: 🎉 Profit + diff --git a/how-to/creating-your-own-recipes-with-builder.md b/how-to/creating-your-own-recipes-with-builder.md index 970de738..fe66c78f 100644 --- a/how-to/creating-your-own-recipes-with-builder.md +++ b/how-to/creating-your-own-recipes-with-builder.md @@ -2,11 +2,11 @@ Moderne provides the ability to create your own custom recipes from our existing recipe catalog through _Recipe_ _Builder._ The Recipe Builder allows you to: -* Import declarative recipes authored in YAML -* Export declarative recipes as YAML and include them in your project -* Remix existing recipes and configurations to meet your goals +1. Import declarative recipes authored in YAML +2. Export declarative recipes as YAML and include them in your project +3. Remix existing recipes and configurations to meet your goals -Let's build a custom recipe! +* Let's build a custom recipe! Step 1: Import an example recipe diff --git a/references/repository-selection.md b/references/repository-selection.md index 6e025c8f..af744934 100644 --- a/references/repository-selection.md +++ b/references/repository-selection.md @@ -1,15 +1,12 @@ ---- - ---- - # Repository Selection -Selecting repositories before running a recipe can help focus your efforts. Here are some shortcuts available from the repository selection widget: +Selecting repositories before running a recipe can help focus your efforts. Here are some shortcuts available from the repository selection widget: + +| Icon | Description | +| :--- | :--- | +| ![Add all repositories to selection ](../.gitbook/assets/select-all.png) | Add all repositories to selection | +| ![Remove all repositories from selection](../.gitbook/assets/remove-all.png) | Remove all repositories from selection | +| ![Add all search results to current repository selection](../.gitbook/assets/add-selected.png) | Add all search results to selection | +| ![Remove all search results from current repository selection](../.gitbook/assets/remove-selected.png) | Remove all search results from selection | +| ![Only select repositories from search results](../.gitbook/assets/select-only.png) | Select only search results | -| Icon | Description | -| ---- | ---- | -| ![Add all repositories to selection ](../.gitbook/assets/select-all.png) | Add all repositories to selection | -| ![Remove all repositories from selection](../.gitbook/assets/remove-all.png) | Remove all repositories from selection | -| ![Add all search results to current repository selection](../.gitbook/assets/add-selected.png) | Add all search results to selection | -| ![Remove all search results from current repository selection](../.gitbook/assets/remove-selected.png) | Remove all search results from selection | -| ![Only select repositories from search results](../.gitbook/assets/select-only.png) | Select only search results |