|
1 | 1 | # Summary
|
2 | 2 |
|
3 |
| -* [Introduction](README.md) |
4 |
| -* [Commerce 1.x](v1/README.md) |
5 |
| -* [Commerce 2.x](v2/README.md) |
6 |
| - * [Getting started](v2/getting-started.md) |
7 |
| - * [Composer: the what, why, and how](v2/getting-started/composer.md) |
8 |
| - * [Installing Drupal Commerce](v2/getting-started/install.md) |
9 |
| - * [Applying updates](v2/getting-started/update.md) |
| 3 | +* [Introduction](README.rst) |
| 4 | +* [Commerce 1.x](v1/README.rst) |
| 5 | +* [Commerce 2.x](v2/README.rst) |
| 6 | + * [Getting started](v2/getting-started.rst) |
| 7 | + * [Composer: the what, why, and how](v2/getting-started/composer.rst) |
| 8 | + * [Installing Drupal Commerce](v2/getting-started/install.rst) |
| 9 | + * [Applying updates](v2/getting-started/update.rst) |
10 | 10 | * Contributing
|
11 |
| - * [Setting up an environment](v2/getting-started/contributing/development-environment.md) |
12 |
| - * [Get started with contributing](v2/getting-started/contributing/developing.md) |
13 |
| - * [Libraries and dependencies](v2/building-blocks/index.md) |
14 |
| - * [Address](v2/building-blocks/address/README.md) |
15 |
| - * [Zones](v2/building-blocks/address/zones.md) |
16 |
| - * [Profile](v2/building-blocks/profile.md) |
17 |
| - * [State Machine](v2/building-blocks/state-machine.md) |
18 |
| - * [Inline Entity Form](v2/building-blocks/ief.md) |
19 |
| - * [Currency](v2/building-blocks/currency.md) |
20 |
| - * [Setting up stores](v2/store.md) |
21 |
| - * [Managing products](v2/product/index.md) |
22 |
| - * [Setup product attributes](v2/product/product-attributes.md) |
23 |
| - * [Make a product](v2/product/products.md) |
24 |
| - * [Create a product type](v2/product/product-type.md) |
25 |
| - * [Purchasable Entities](v2/product/purchasable-entities.md) |
26 |
| - * [Catalog and product pages](v2/product/catalog-and-product-pages.md) |
27 |
| - * [Create a product catalog](v2/product/create-a-product-catalog.md) |
28 |
| - * [Customize the add to cart form](v2/product/customize-the-add-to-cart-form.md) |
29 |
| - * [Theme a product page](v2/product/theme-a-product-page.md) |
30 |
| - * [Product merchandising](v2/using-promotions.md) |
31 |
| - * [Create a promotion](v2/creating-a-promotion.md) |
32 |
| - * [Working with orders](v2/orders/index.md) |
33 |
| - * [Understanding order types](v2/orders/order-types.md) |
34 |
| - * [Orders and order items](v2/orders/order-items.md) |
| 11 | + * [Setting up an environment](v2/getting-started/contributing/development-environment.rst) |
| 12 | + * [Get started with contributing](v2/getting-started/contributing/developing.rst) |
| 13 | + * [Libraries and dependencies](v2/building-blocks/index.rst) |
| 14 | + * [Address](v2/building-blocks/address/README.rst) |
| 15 | + * [Zones](v2/building-blocks/address/zones.rst) |
| 16 | + * [Profile](v2/building-blocks/profile.rst) |
| 17 | + * [State Machine](v2/building-blocks/state-machine.rst) |
| 18 | + * [Inline Entity Form](v2/building-blocks/ief.rst) |
| 19 | + * [Currency](v2/building-blocks/currency.rst) |
| 20 | + * [Setting up stores](v2/store.rst) |
| 21 | + * [Managing products](v2/product/index.rst) |
| 22 | + * [Setup product attributes](v2/product/product-attributes.rst) |
| 23 | + * [Make a product](v2/product/products.rst) |
| 24 | + * [Create a product type](v2/product/product-type.rst) |
| 25 | + * [Purchasable Entities](v2/product/purchasable-entities.rst) |
| 26 | + * [Catalog and product pages](v2/product/catalog-and-product-pages.rst) |
| 27 | + * [Create a product catalog](v2/product/create-a-product-catalog.rst) |
| 28 | + * [Customize the add to cart form](v2/product/customize-the-add-to-cart-form.rst) |
| 29 | + * [Theme a product page](v2/product/theme-a-product-page.rst) |
| 30 | + * [Product merchandising](v2/using-promotions.rst) |
| 31 | + * [Create a promotion](v2/creating-a-promotion.rst) |
| 32 | + * [Working with orders](v2/orders/index.rst) |
| 33 | + * [Understanding order types](v2/orders/order-types.rst) |
| 34 | + * [Orders and order items](v2/orders/order-items.rst) |
35 | 35 | * Advanced topics
|
36 |
| - * [Order Processing](v2/orders/order-processing.md) |
| 36 | + * [Order Processing](v2/orders/order-processing.rst) |
37 | 37 | * Code recipes
|
38 |
| - * [Configuring checkout](v2/checkout/index.md) |
39 |
| - * [Allowing guest checkout, or account login](v2/checkout/guest.md) |
40 |
| - * [Customizing your checkout](v2/checkout/customize.md) |
| 38 | + * [Configuring checkout](v2/checkout/index.rst) |
| 39 | + * [Allowing guest checkout, or account login](v2/checkout/guest.rst) |
| 40 | + * [Customizing your checkout](v2/checkout/customize.rst) |
41 | 41 | * Advanced topics
|
42 |
| - * [Creating a checkout pane plugin](v2/checkout/checkout-pane-plugin.md) |
43 |
| - * [Creating a checkout flow plugin](v2/checkout/creating-a-checkout-flow-plugin.md) |
44 |
| - * [Payments](v2/setting-up-payments.md) |
45 |
| - * [Install a payment gateway](v2/install-a-payment-gateway.md) |
46 |
| - * [Managing order payments](v2/managing-order-payments.md) |
47 |
| - * [Code recipes](v2/recipes/index.md) |
48 |
| - * [Stores](v2/recipes/stores.md) |
49 |
| - * [Variations](v2/recipes/variations.md) |
50 |
| - * [Attributes](v2/recipes/attributes.md) |
51 |
| - * [Products](v2/recipes/products.md) |
52 |
| - * [Orders](v2/recipes/orders.md) |
| 42 | + * [Creating a checkout pane plugin](v2/checkout/checkout-pane-plugin.rst) |
| 43 | + * [Creating a checkout flow plugin](v2/checkout/creating-a-checkout-flow-plugin.rst) |
| 44 | + * [Payments](v2/setting-up-payments.rst) |
| 45 | + * [Install a payment gateway](v2/install-a-payment-gateway.rst) |
| 46 | + * [Managing order payments](v2/managing-order-payments.rst) |
| 47 | + * [Code recipes](v2/recipes/index.rst) |
| 48 | + * [Stores](v2/recipes/stores.rst) |
| 49 | + * [Variations](v2/recipes/variations.rst) |
| 50 | + * [Attributes](v2/recipes/attributes.rst) |
| 51 | + * [Products](v2/recipes/products.rst) |
| 52 | + * [Orders](v2/recipes/orders.rst) |
53 | 53 |
|
0 commit comments