From a48b3b90b7b0a36d3fd93a58b24125989a6442a3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 29 Apr 2021 09:14:32 -0300 Subject: fix references and title --- design-documents/015-merchant-backoffice-routing.rst | 4 +++- design-documents/016-backoffice-order-management.rst | 10 +++++----- design-documents/017-backoffice-inventory-management.rst | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/design-documents/015-merchant-backoffice-routing.rst b/design-documents/015-merchant-backoffice-routing.rst index c12e375f..07aee233 100644 --- a/design-documents/015-merchant-backoffice-routing.rst +++ b/design-documents/015-merchant-backoffice-routing.rst @@ -38,6 +38,8 @@ The application can potentially test if the protocol or version matched. While the application is not ready, just the top navigation bar will be shown with a message in the left and the lang selection option. +.. _routing: + Application routing ==================== @@ -115,7 +117,7 @@ As an example: instance, assuming that BACKEND_URL points to the default instance. * ``$BACKOFFICE_URL/#/product/foo/update`` will show the update page for the - `foo` product of the instance pointed by $BACKEND_URL + ``foo`` product of the instance pointed by $BACKEND_URL Special cases diff --git a/design-documents/016-backoffice-order-management.rst b/design-documents/016-backoffice-order-management.rst index b6564485..583661c1 100644 --- a/design-documents/016-backoffice-order-management.rst +++ b/design-documents/016-backoffice-order-management.rst @@ -177,7 +177,7 @@ indicated: * refunded: red Header -****** +^^^^^^ This is a resume of most important information @@ -194,7 +194,7 @@ This is a resume of most important information * actions: refund (if not refunded), add note, copy order_status_url Timeline of events -****************** +^^^^^^^^^^^^^^^^^^ Event of status changed over time describe vertically. Sorted from newest to oldest. @@ -216,7 +216,7 @@ Info taken from: Error status -************ +^^^^^^^^^^^^ This section is not going to be shown if there is no error @@ -227,7 +227,7 @@ This section is not going to be shown if there is no error and exchange_hc Payment details -*************** +^^^^^^^^^^^^^^^ If the order was claimed @@ -240,7 +240,7 @@ If the order was claimed Contract Terms -************** +^^^^^^^^^^^^^^ collapsed as default. show disabled if unpaid diff --git a/design-documents/017-backoffice-inventory-management.rst b/design-documents/017-backoffice-inventory-management.rst index 6a71f854..b2fc6dfd 100644 --- a/design-documents/017-backoffice-inventory-management.rst +++ b/design-documents/017-backoffice-inventory-management.rst @@ -48,6 +48,8 @@ Actions will be * delete: with a confirm popup, it may fail if have some locked +.. _backoffice-create-product: + Create and Update Product form ------------------------------ -- cgit v1.2.3