From a122c3f022a9ec9b9ea086569496e3336f9a74b7 Mon Sep 17 00:00:00 2001 From: Dexter Hoon Date: Mon, 13 Nov 2023 03:27:44 +0800 Subject: [PATCH] Update formatting of UG and DG --- docs/DeveloperGuide.md | 3 ++- docs/UserGuide.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 873deb288d..bd2c4f6dfc 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -25,7 +25,8 @@ * [Target user profile](#target-user-profile) * [Value proposition](#value-proposition) * [User stories](#user-stories) --------------------------------------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------------------------------------- ## **Acknowledgements** [addressbook-level2](https://github.com/se-edu/addressbook-level2)
diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 192c2bac37..e81cf7d997 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -13,8 +13,8 @@ * [Editing price of menu item : `edit_price`](#editing-price-of-menu-item--editprice) * [Viewing the total stock of ingredients : `view_stock`](#viewing-the-total-stock-of-ingredients--viewstock) * [Buying an ingredient : `buy_ingredient`](#buying-an-ingredient--buyingredient) - * [Showing all sales : `show_sales`](#showing-all-sales--showsales) - * [Showing sales for a chosen day : `show_sale`](#showing-sales-for-a-chosen-day--showsale) + * [Showing all sales : `list_total_sales`](#showing-all-sales--listtotalsales) + * [Showing sales for a chosen day : `list_sale`](#showing-sales-for-a-chosen-day--listsale) * [Adding an order : `add_order`](#adding-an-order--addorder) * [Returning to the previous day: `previous_day`](#returning-to-the-previous-day-previousday) * [Advancing to the next day: `next_day`](#advancing-to-the-next-day-nextday)