Skip to content

Commit

Permalink
Update formatting of UG and DG
Browse files Browse the repository at this point in the history
  • Loading branch information
DextheChik3n committed Nov 12, 2023
1 parent ff06160 commit a122c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
* [Target user profile](#target-user-profile)
* [Value proposition](#value-proposition)
* [User stories](#user-stories)
<!-- TOC -->--------------------------------------------------------------------------------------------------------------
<!-- TOC -->
--------------------------------------------------------------------------------------------------------------
## **Acknowledgements**

[addressbook-level2](https://github.com/se-edu/addressbook-level2) <br>
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a122c3f

Please sign in to comment.