aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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