From 82e0a1bf2b67798c97a014f3db51f0fe8fc2f3c4 Mon Sep 17 00:00:00 2001
From: hajjimo <96056726+hajjimo@users.noreply.github.com>
Date: Tue, 17 Dec 2024 14:41:28 +0100
Subject: [PATCH] docs: mi/170/add use cases (#531)
* docs: mi/170/add-use-cases
Added use case section to overview page. Will link to remaining guides as they become available.
* docs: mi/170/add-use-cases
- Revised texts for peer-to-peer payments, e-commerce, and Web Monetization use cases, borrowing heavily from the use cases section from Rafiki docs.
- Added a BNPL use case
* docs: mi/170/add-use-cases
* docs: mi/170/add-use-cases
Added link to e-commerce example using the Open Payments SDK
* docs: mi/170/add-use-cases
Reran prettier even though I had it run the first time.
* docs: mi/170/add-use-cases
Updated peer-to-peer payments text.
* mi/170/add-use-cases
* docs: mi/170/add-use-case
* docs: mi/170/add-use-cases
---
docs/src/content/docs/introduction/overview.mdx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/docs/src/content/docs/introduction/overview.mdx b/docs/src/content/docs/introduction/overview.mdx
index db15b91a..aacd0cb0 100644
--- a/docs/src/content/docs/introduction/overview.mdx
+++ b/docs/src/content/docs/introduction/overview.mdx
@@ -94,8 +94,4 @@ Buy Now and Pay Later (BNPL) plans allow customers to pay for high-priced purcha
### Web Monetization
-The Web Monetization is a new
-standard and API that allows website visitors to pay an amount they choose to a
-participating website with little to no interaction using Open Payments as the
-payment method. The site and the site visitor must have an Open Payments-enabled
-wallet address to receive and send payments.
+The Web Monetization API allows website visitors to pay an amount they choose to a participating website with little to no interaction using Open Payments as the payment method. The site and the site visitor must have an Open Payments-enabled wallet address to receive and send payments.