From 715d104667aefc79944d664c609de2f22381a734 Mon Sep 17 00:00:00 2001 From: ryan1604 Date: Sun, 29 Oct 2023 11:39:41 +0800 Subject: [PATCH] Add table of contents to UG --- docs/UserGuide.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 476db83e0a..4863be0e36 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -1,5 +1,24 @@ # User Guide +## Table of contents + +* [Introduction](#introduction) +* [Quick start](#quick-start) +* [Features](#features) + * [Budget](#budget) + * [Setting budget](#setting-a-budget-budget-set) + * [Updating budget](#updating-budget-budget-update) + * [Resetting budget](#resetting-budget-budget-reset) + * [Deleting budget](#deleting-budget-budget-delete) + * [Viewing budget](#viewing-budget-budget-view) + * [Displaying Overview](#displaying-overview-overview) + * [View Balance](#viewing-balance-balance) + * [Exiting the program](#exiting-the-program-exit) + * [Saving data](#saving-the-data) + * [Loading data](#loading-the-data) +* [FAQ](#faq) +* [Command Summary](#command-summary) + ## Introduction Financial Planner is a Command Line Interface (CLI) application for managing your finances conveniently. @@ -13,7 +32,7 @@ you a one-stop interface to access a plethora of features to manage your finance 1. Ensure that you have Java 11 or above installed. 1. Down the latest version of `Duke` from [here](http://link.to/duke). -## Features +## Features {Give detailed description of each feature}