From b7d8255711afc0a7b81e82d05cac186d20dfbac4 Mon Sep 17 00:00:00 2001 From: Rachid F <109089247+rflihxyz@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:41:28 -0700 Subject: [PATCH] Delete docs/welcome.mdx --- docs/welcome.mdx | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 docs/welcome.mdx diff --git a/docs/welcome.mdx b/docs/welcome.mdx deleted file mode 100644 index ff28bdec1..000000000 --- a/docs/welcome.mdx +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Welcome to Panora -description: "Panora is an open-source, unified API for shipping customer-facing integrations" -icon: t-rex ---- - -{" "} - - - Learn Panora's main concepts and start building integrations - - -### FAQ - - - - Panora reduces the amount of APIs you will need to interact with. Using a single endpoint, you will be able to read and write data from various CRMs, ticketing platforms. No need to go through endless cycles of documentation exploration, testing and maintaining. - - -{" "} - - - No! Panora is extensible. We are open-source, and written in TypeScript. - Building new connectors on top of Panora is fun and faster than building them - from scratch.

[Read our guide here](https://github.com/panoratech/Panora/blob/main/INTEGRATIONS.md). -
- -
- -### 🔮 Core Features - -| | -| ------------------------------------------------------------------------------------------------------------------------------------ | -| **[Magic Links:](/core-concepts/magic-links)** Let your users grant you access to their data. Without writing code. | -| **[Custom Fields:](/core-concepts/custom-fields)** Reflect in Panora the specific data points that matter to your users | -| **[Passthrough Requests:](/core-concepts/passthrough-requests)** Interact with other software platforms in their native format. | -| **[Flexible Sync Settings:](/core-concepts/sync-strategies)** Businesses that need real-time update can configure Panora accordingly | -| **[Webhooks:](/webhooks/overview)** Listen to one webhook to receive normalized data from various software platforms |