From b21d634e703d71609cd8b7e63e7b35149e3007dd Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa <5481259+jhaaaa@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:32:46 -0700 Subject: [PATCH] add floating inbox --- docs/pages/chat-widget/chat-widget.md | 12 ++++----- docs/pages/get-started/examples.mdx | 36 --------------------------- docs/pages/index.mdx | 28 +++++++++++++-------- docs/styles.css | 2 +- vocs.config.tsx | 9 ++----- 5 files changed, 26 insertions(+), 61 deletions(-) diff --git a/docs/pages/chat-widget/chat-widget.md b/docs/pages/chat-widget/chat-widget.md index 612d7d4..79b84c3 100644 --- a/docs/pages/chat-widget/chat-widget.md +++ b/docs/pages/chat-widget/chat-widget.md @@ -1,12 +1,12 @@ --- -description: "Embed a "floating inbox" chat widget built with XMTP on your website" +description: "Embed a floating inbox chat widget built with XMTP on your website" --- -# Embed a chat widget built with XMTP on your website +# Embed a floating inbox chat widget built with XMTP -You can embed a "floating inbox" chat widget built with XMTP on your website. +You can embed a "floating inbox" chat widget built with XMTP on your website. -You can use one of these floating inbox quickstart exmaple apps to get started: +You can use one of these floating inbox quickstart example apps to get started: - [For JavaScript](https://github.com/xmtp/xmtp-quickstart-reactjs) @@ -14,6 +14,6 @@ You can use one of these floating inbox quickstart exmaple apps to get started: - [With Next.js hooks](https://github.com/xmtp/xmtp-quickstart-hooks-next) -For exmaple, here's a screenshot of the floating inbox chat widget built with the JavaScript quickstart app. You can also try out the [JavaScript quickstart app](https://xmtp-quickstart-reactjs.vercel.app/). +For example, here's a screenshot of the floating inbox chat widget built with the JavaScript quickstart app. You can also try out the [JavaScript quickstart app](https://xmtp-quickstart-reactjs.vercel.app/). -![Screenshot of the floating inbox chat widget](./chat-widget-screenshot.png) +![Screenshot of the floating inbox chat widget](https://raw.githubusercontent.com/xmtp/docs-xmtp-org/main/docs/pages/img/floating-inbox.png) diff --git a/docs/pages/get-started/examples.mdx b/docs/pages/get-started/examples.mdx index bfe504a..58c13c6 100644 --- a/docs/pages/get-started/examples.mdx +++ b/docs/pages/get-started/examples.mdx @@ -62,15 +62,6 @@ Here are some quickstarts and example apps to help you get started with building A Repl of a full flow for sending and streaming messages in JavaScript -