Using the Recipe README¶
Every recipe has a README.md file at the root of its file structure. The README displays in the Wiki tab of the Recipes page.
Tip
Use the README to describe a recipe and its variations or to give user instructions for running orders.
Edit README content from the Wiki tab¶
- Open a kitchen and select a recipe from the list.
- Select the Wiki tab.
- Click Edit.
- Make changes to the file content using the toolbar and/or GitHub flavored Markdown.
- Click Update to save your changes.
Edit README.md in the File Editor¶
- Open a kitchen and select a recipe from the list.
- Select Recipe Actions > View Files.
- Select README.md from the file list on the left.
- Modify the content using GitHub flavored Markdown and, optionally, Jinja variables.
- Once done, select Add notes for changelog , and click Update.
Create a README¶
You can create one from the File Editor if a recipe does not have a README file display in the Wiki tab.
- Open a kitchen and select a recipe from the list.
- Select Recipe Actions > View Files.
-
Click Add Files.
Note
The README exists at the root of a recipe's file structure. Do not nest the file in another folder.
-
Select Create Empty.
- Enter
README.meas the File Name. - Click Add.
- In the new file, enter using GitHub flavored Markdown and, optionally, Jinja variables.
- When done, select Add notes for changelog , and click Update.
Your new README will appear in the Wiki tab of the recipe.
Visual example in Automation¶
