aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-08 11:10:17 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-08 11:10:17 +0100
commit9d715597a600710c20f75412d3dcd8cdb7b3c39e (patch)
tree65ab812834d486aaccf35e2a31a7a628a7100422 /docs/README.md
parentRevert to using the standart file comparison function (diff)
downloadferdium-recipes-9d715597a600710c20f75412d3dcd8cdb7b3c39e.tar.gz
ferdium-recipes-9d715597a600710c20f75412d3dcd8cdb7b3c39e.tar.zst
ferdium-recipes-9d715597a600710c20f75412d3dcd8cdb7b3c39e.zip
Add documentation
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..689ecd5
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,7 @@
1# Ferdi Integration Documentation
2Create your own [Ferdi](https://getferdi.com) service integration within a few minutes.
3
4* [Overview / How to create a Ferdi integration](integration.md)
5* [Configuration (package.json)](configuration.md)
6* [Frontend API (webview.js)](frontend_api.md)
7* [Backend API (index.js)](backend_api.md)