aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2024-05-04 03:12:51 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-05-04 10:15:09 +0530
commit15243c01a2c46c82d58ce5e68ecb441b8d2fde98 (patch)
tree917a166a87c9173d5b1fb882dc639798e9cbb087 /docs
parentchore: remove dependabot config (#532) (diff)
downloadferdium-recipes-15243c01a2c46c82d58ce5e68ecb441b8d2fde98.tar.gz
ferdium-recipes-15243c01a2c46c82d58ce5e68ecb441b8d2fde98.tar.zst
ferdium-recipes-15243c01a2c46c82d58ce5e68ecb441b8d2fde98.zip
chore: change icons to reduce bundle
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 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