Skip to content

Commit 8314b30

Browse files
committed
Docs: Add social description to a bunch of pages
We don't need a description on every page, just where people are likely to share in a work chat/discord.
1 parent 05d8965 commit 8314b30

19 files changed

+22
-3
lines changed

docs/docs/carts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Carts
3+
description: "Cargo revolves around two main concepts: carts and orders. This page explains the differences between them, how to add products to a cart, and how to store carts."
34
---
45
## Overview
56
Cargo revolves around two main concepts: carts and orders.

docs/docs/customers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Customers
3+
description: Carts and Orders are associated with customers - representing the customer who purchased something from your store.
34
---
45

56
Carts and orders are associated with customers - representing the customer who purchased something from your store.

docs/docs/discounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Discounts
3+
description: "Discounts are simply reductions to a cart's grand total, calculated using a set of user-defined rules. Cargo supports site-wide and code-based discounts."
34
---
45

56
Discounts are simply reductions to a cart's grand total, calculated using a set of user-defined rules.

docs/docs/email-notifications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Email Notifications
3+
description: "Cargo can send email notifications to customers when they place an order. This page explains how to configure Cargo to send emails, and how to preview them in the browser."
34
---
45

56
When you install Cargo, it will automatically create a [mailable](https://laravel.com/docs/master/mail) for you, resulting in a class in `app/Mail` and a view in `resources/views/emails`.

docs/docs/help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Help
3+
description: "If you're having trouble with Cargo, please reach out for help. This page explains how to submit a bug report, feature request, or get general support."
34
---
45

56
If you're having trouble with Cargo, please reach out for help.

docs/docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Installation
3+
description: "Cargo is a comprehensive e-commerce addon for Statamic. This page explains how to install Cargo, including prerequisites and next steps."
34
---
45

56
## Prerequisites

docs/docs/migrating-from-simple-commerce.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Migration from Simple Commerce
3+
description: "Cargo is the natural evolution of Simple Commerce. This page explains how to migrate from Simple Commerce to Cargo, including installation, configuration, and code changes."
34
---
45
:::tip info
56
This migration guide is still a work in progress - there's bound to be things missing. If you come across something which hasn't been covered here, please [open an issue](https://github.com/duncanmcclean/cargo/issues/new) or a [pull request](https://github.com/duncanmcclean/statamic-cargo/pulls).

docs/docs/multi-site.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Multi-site
3+
description: "Cargo supports Statamic's multi-site feature, enabling you to sell goods internationally in different currencies or use the same Statamic instance to power multiple brands."
34
---
45

5-
Cargo supports Statamic's [multi-site](https://statamic.dev/multi-site) feature, enabling you to sell goods internationally in different currencies, or use the same Statamic instance to power multiple brands.
6+
Cargo supports Statamic's [multi-site](https://statamic.dev/multi-site) feature, enabling you to sell goods internationally in different currencies or use the same Statamic instance to power multiple brands.
67

78
Carts and Orders are separate for each site - and can be viewed separately in the Control Panel.
89

docs/docs/orders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Orders
3+
description: "Orders are created at the end of the Checkout process, just before the payment is confirmed. This page explains how to manage orders, including blueprints, statuses, and storage options."
34
---
45
Orders are created at the end of the [Checkout](/frontend/checkout/introduction) process, just before the payment is confirmed.
56

docs/docs/payment-gateways.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Payment Gateways
3+
description: "Cargo supports multiple payment gateways, including Stripe, Mollie, and a Dummy gateway for testing. This page explains how to configure and use these gateways."
34
---
45

56
## Configuration

0 commit comments

Comments
 (0)