From a70dfa295f1aa6d6113b12da0deffd86aba9469f Mon Sep 17 00:00:00 2001 From: Scott Jungling Date: Thu, 26 Aug 2021 13:41:20 -0700 Subject: [PATCH] docs: brief outline of external recipe deployment --- how-to/importing-external-recipes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/how-to/importing-external-recipes.md b/how-to/importing-external-recipes.md index 4b066064..f7d8fcfc 100644 --- a/how-to/importing-external-recipes.md +++ b/how-to/importing-external-recipes.md @@ -1,3 +1,21 @@ # Importing External Recipes +External recipes can be imported into Moderne.io for use by your organization. + +## Step 1: Go to Load Recipes + +Click on _Deploy_ in the left-hand menu. + +## Step 2: Upload Recipe Artifact + ![](../.gitbook/assets/deployer-upload-artifact.png) + +1. Click \_Upload Recipe Artifact to open the form. +2. Provide the `Group ID`, `Artifact ID`, and `Version` for the published artifact. +3. Click _Upload Recipe Artifact_ to submit. + +The artifact information will appear in the table if Moderne.io successfully locates the requested artifact. + +## Step 3: View recipes in the catalog + +Your custom recipes will appear in the Catalog and be discoverable through search once successfully deployed.