Skip to content

Commit

Permalink
Edit hyperlinks for table of contents in UG
Browse files Browse the repository at this point in the history
  • Loading branch information
DextheChik3n committed Nov 12, 2023
1 parent a122c3f commit 0a2996a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
* [Features](#features)
* [Viewing help : `help`](#viewing-help--help)
* [Adding a dish : `add`](#adding-a-dish--add)
* [Listing all menu items : `list_menu`](#listing-all-menu-items--listmenu)
* [Listing ingredients needed for the selected dish : `list_ingredients`](#listing-ingredients-needed-for-the-selected-dish--listingredients)
* [Listing all menu items : `list_menu`](#listing-all-menu-items--list_menu)
* [Listing ingredients needed for the selected dish : `list_ingredients`](#listing-ingredients-needed-for-the-selected-dish--list_ingredients)
* [Deleting a menu item : `delete`](#deleting-a-menu-item--delete)
* [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 : `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)
* [Editing price of menu item : `edit_price`](#editing-price-of-menu-item--edit_price)
* [Viewing the total stock of ingredients : `view_stock`](#viewing-the-total-stock-of-ingredients--view_stock)
* [Buying an ingredient : `buy_ingredient`](#buying-an-ingredient--buy_ingredient)
* [Showing all sales : `list_total_sales`](#showing-all-sales--list_total_sales)
* [Showing sales for a chosen day : `list_sale`](#showing-sales-for-a-chosen-day--list_sale)
* [Adding an order : `add_order`](#adding-an-order--add_order)
* [Returning to the previous day: `previous_day`](#returning-to-the-previous-day-previous_day)
* [Advancing to the next day: `next_day`](#advancing-to-the-next-day-next_day)
* [Exiting the program : `bye`](#exiting-the-program--bye)
* [Known Issues](#known-issues)
* [Command Summary](#command-summary)
Expand Down

0 comments on commit 0a2996a

Please sign in to comment.