From 2725eab1fa8bbe95a2736b3c2a000f2ed9015849 Mon Sep 17 00:00:00 2001 From: Martyn Davies Date: Thu, 30 Nov 2023 16:09:59 +0100 Subject: [PATCH] adding autogenerated doc panels --- docs/agent/index.mdx | 3 +++ docs/develop/index.mdx | 4 ++++ docs/index.mdx | 2 ++ 3 files changed, 9 insertions(+) diff --git a/docs/agent/index.mdx b/docs/agent/index.mdx index 861453fb..3005d1b5 100644 --- a/docs/agent/index.mdx +++ b/docs/agent/index.mdx @@ -1,5 +1,8 @@ +import DocCardList from '@theme/DocCardList'; + # Superface Agent The Superface Agent allows you to interact with SaaS platforms via natural language prompts. ![An example prompt asking for Top Events from Mixpanel](/img/agent/index-agent-view.png) + \ No newline at end of file diff --git a/docs/develop/index.mdx b/docs/develop/index.mdx index 91406f6b..2b616702 100644 --- a/docs/develop/index.mdx +++ b/docs/develop/index.mdx @@ -1 +1,5 @@ +import DocCardList from '@theme/DocCardList'; + # Developing Superface Tools + + \ No newline at end of file diff --git a/docs/index.mdx b/docs/index.mdx index a9a5e59f..58574d79 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -2,6 +2,7 @@ slug: / id: introduction --- +import DocCardList from '@theme/DocCardList'; # Welcome to Superface @@ -17,6 +18,7 @@ Although Superface is now centered around an AI agent interface, our CLI and One ## Documentation +