aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-12 14:10:48 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-12 19:40:48 +0530
commitb2164aa7c0aaf42afda09c00254d99a67b888fdd (patch)
treee0faae791ed51c9233af94680a3d1c4694834970 /docs
parentEnabled darkmode for (diff)
downloadferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.tar.gz
ferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.tar.zst
ferdium-recipes-b2164aa7c0aaf42afda09c00254d99a67b888fdd.zip
Recipes now have aliases!!!! (#607)
fixes getferdi/ferdi#1614, getferdi/ferdi#1615, getferdi/ferdi#1291
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 532a1f7..fa5d4d9 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -29,6 +29,9 @@ The license of the integration. We prefer MIT, but here is a list of all the ava
29`string` **repository**<br /> 29`string` **repository**<br />
30Link to your Github, Gitlab or Bitbucket public repository. Not used in the application, but is very helpful if we need to log bugs or update to newer versions, etc. 30Link to your Github, Gitlab or Bitbucket public repository. Not used in the application, but is very helpful if we need to log bugs or update to newer versions, etc.
31 31
32`array[string]` **aliases**<br />
33The list of alternate names that this recipe can be called
34
32`object` **config** _mandatory_<br /> 35`object` **config** _mandatory_<br />
33This is the Ferdi-specific integration config. 36This is the Ferdi-specific integration config.
34 37