aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 08:42:26 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 04:37:03 +0530
commit23041adee9590064c455e5d4a511fc89b5d80546 (patch)
tree735e7550592687ae7be35604d1cd0fa7c862ec37 /docs
parentAllowed the user to edit the service url for gCalendar (fixes #1514) (diff)
downloadferdium-recipes-23041adee9590064c455e5d4a511fc89b5d80546.tar.gz
ferdium-recipes-23041adee9590064c455e5d4a511fc89b5d80546.tar.zst
ferdium-recipes-23041adee9590064c455e5d4a511fc89b5d80546.zip
Removed references to png images since they were not being used anyways.
Diffstat (limited to 'docs')
-rw-r--r--docs/integration.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/integration.md b/docs/integration.md
index 3eb8c1d..360c722 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -58,7 +58,6 @@ This command will automatically create the development recipe in the correct fol
58Every recipe needs a specific file structure in order to work as a Ferdi recipe 58Every recipe needs a specific file structure in order to work as a Ferdi recipe
59 59
60* icon.svg - Icon for the service in SVG form (must be square) 60* icon.svg - Icon for the service in SVG form (must be square)
61* icon.png - Icon for the service in PNG form (1024x1024px)
62* index.js - Backend script, this script is NOT included in the service webview but only in Ferdi itself 61* index.js - Backend script, this script is NOT included in the service webview but only in Ferdi itself
63* package.json - Information about the recipe 62* package.json - Information about the recipe
64* webview.js - Frontend script, this script is injected into the service itself but still has access to all NodeJS APIs 63* webview.js - Frontend script, this script is injected into the service itself but still has access to all NodeJS APIs