Tutorial

This is the full file structure of comfy recipes input data:

- myrecipes/            - can be named according to your preference

    - recipes/          - directory that will hold the recipes
        - pancakes.yaml    - the individual recipe

    - units.yaml        - OPTIONAL, file containing all valid units and their properties
    - ingredients.yaml  - OPTIONAL, file containing all valid ingredients and their properties
    - settings.yaml     - OPTIONAL, file for overriding default settings

In the following sub-chapters we will first create a simple recipe and then find out what each file does and what functionalities they can offer.