From e19044549294a13e8b5ebb64e1b4ad251913755f Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 7 Aug 2024 22:16:46 -0700 Subject: [PATCH] feat: Add page for FAQ (#1667) --- docs/knowledge-base/introduction.mdx | 6 ++++++ docs/mint.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/knowledge-base/introduction.mdx diff --git a/docs/knowledge-base/introduction.mdx b/docs/knowledge-base/introduction.mdx new file mode 100644 index 00000000..0672eb1b --- /dev/null +++ b/docs/knowledge-base/introduction.mdx @@ -0,0 +1,6 @@ +--- +title: Introduction +description: A collection of answers to Frequently asked questions about Mem0. +--- + +Coming soon. \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 757d5882..6778b0a3 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -84,6 +84,12 @@ "examples/personal-travel-assistant" ] }, + { + "group": "Knowledge Base", + "pages": [ + "knowledge-base/introduction" + ] + }, { "group": "Integrations", "pages": [