aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--docs/README.md8
2 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9577c24..f680397 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@
12 <a href='#contributors-'><img src='https://img.shields.io/badge/contributors-17-default.svg?logo=github' alt='Contributors'/></a> 12 <a href='#contributors-'><img src='https://img.shields.io/badge/contributors-17-default.svg?logo=github' alt='Contributors'/></a>
13<!-- ALL-CONTRIBUTORS-BADGE:END --> 13<!-- ALL-CONTRIBUTORS-BADGE:END -->
14 <a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a> 14 <a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a>
15 <a href="https://gitter.im/getferdi/community"><img alt="Gitter Chat Room" src="https://img.shields.io/gitter/room/getferdi/community"></a>
16</p> 15</p>
17 16
18> 🍰 Recipes encapsulate your favourite apps into Ferdi for unified notifications handling and more 17> 🍰 Recipes encapsulate your favourite apps into Ferdi for unified notifications handling and more
@@ -21,7 +20,11 @@ Recipes are small scripts that are responsible for providing the connection betw
21 20
22## Creating and adding your own recipes 21## Creating and adding your own recipes
23 22
24Please refer to our [documentation](docs/integration.md). 23* [Overview / How to create a Ferdi integration](docs/integration.md)
24* [How to update/change recipes](docs/updating.md)
25* [Configuration (package.json)](docs/configuration.md)
26* [Frontend API (webview.js)](docs/frontend_api.md)
27* [Backend API (index.js)](docs/backend_api.md)
25 28
26## Contributors ✨ 29## Contributors ✨
27 30
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index b741e63..0000000
--- a/docs/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
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* [How to update/change recipes](updating.md)
6* [Configuration (package.json)](configuration.md)
7* [Frontend API (webview.js)](frontend_api.md)
8* [Backend API (index.js)](backend_api.md)