aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 081b7ad..6a20d3a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -32,6 +32,9 @@ Link to your Github, Gitlab or Bitbucket public repository. Not used in the appl
32`array[string]` **aliases**<br /> 32`array[string]` **aliases**<br />
33The list of alternate names that this recipe can be called 33The list of alternate names that this recipe can be called
34 34
35`string` **defaultIcon**<br /> (DEFAULT: undefined)
36A URL for the default icon of the recipe. If not provided, then the user must add an SVG file to the root with the name `icon.svg` to serve as the default icon.
37
35`object` **config** _mandatory_<br /> 38`object` **config** _mandatory_<br />
36This is the Ferdium-specific integration config. 39This is the Ferdium-specific integration config.
37 40