Skip to content

Commit

Permalink
Merge pull request #257 from aslam341/br-userguide
Browse files Browse the repository at this point in the history
Fix broken table of contents links
  • Loading branch information
rayyan35p authored Nov 13, 2023
2 parents 167bbbd + 5b24347 commit 0307f48
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ title: User Guide
* [Getting Started](#getting-started)
* [Installing and launching TaskHub](#installing-and-launching-taskhub)
* [Understanding the components of TaskHub](#understanding-the-components-of-taskhub)
* [Understanding the User Interface (UI)](#understanding-the-user-interface--ui-)
* [Understanding the User Interface (UI)](#understanding-the-user-interface-ui)
* [Quick start](#quick-start)
* [Features](#features)
* [General Commands](#general-commands)
* [View help: `help`](#view-help--help)
* [List all employees and projects: `list`](#list-all-employees-and-projects--list)
* [Clear all entries: `clear`](#clear-all-entries--clear)
* [Exit the program: `exit`](#exit-the-program--exit)
* [View help: `help`](#view-help-help)
* [List all employees and projects: `list`](#list-all-employees-and-projects-list)
* [Clear all entries: `clear`](#clear-all-entries-clear)
* [Exit the program: `exit`](#exit-the-program-exit)
* [Employee Commands](#employee-commands)
* [Add an employee: `addE`](#add-an-employee--adde)
* [Edit an employee: `editE`](#edit-an-employee--edite)
* [Delete an employee: `deleteE`](#delete-an-employee--deletee)
* [List all employees: `listE`](#list-all-employees--liste)
* [Locate employees by name: `findE`](#locate-employees-by-name--finde)
* [Add an employee: `addE`](#add-an-employee-adde)
* [Edit an employee: `editE`](#edit-an-employee-edite)
* [Delete an employee: `deleteE`](#delete-an-employee-deletee)
* [List all employees: `listE`](#list-all-employees-liste)
* [Locate employees by name: `findE`](#locate-employees-by-name-finde)
* [Project Commands](#project-commands)
* [Add a new project: `addP`](#add-a-new-project--addp)
* [Edit a project: `editP`](#edit-a-project--editp)
* [Delete a project: `deleteP`](#delete-a-project--deletep)
* [Mark project(s) as completed: `markP`](#mark-project--s--as-completed--markp)
* [Mark project(s) as incomplete: `unmarkP`](#mark-project--s--as-incomplete--unmarkp)
* [Edit deadline of (a) project(s): `dlP`](#edit-deadline-of--a--project--s---dlp)
* [Prioritise projects: `priorityP`](#prioritise-projects--priorityp)
* [List all projects: `listP`](#list-all-projects--listp)
* [Locate projects by name: `findP`](#locate-projects-by-name--findp)
* [Add a new project: `addP`](#add-a-new-project-addp)
* [Edit a project: `editP`](#edit-a-project-editp)
* [Delete a project: `deleteP`](#delete-a-project-deletep)
* [Mark project(s) as completed: `markP`](#mark-projects-as-completed-markp)
* [Mark project(s) as incomplete: `unmarkP`](#mark-projects-as-incomplete-unmarkp)
* [Edit deadline of (a) project(s): `dlP`](#edit-deadline-of-a-projects-dlp)
* [Prioritise projects: `priorityP`](#prioritise-projects-priorityp)
* [List all projects: `listP`](#list-all-projects-listp)
* [Locate projects by name: `findP`](#locate-projects-by-name-findp)
* [Task Commands](#task-commands)
* [Add a new task to a project: `addT`](#add-a-new-task-to-a-project--addt)
* [Delete a task from a project: `deleteT`](#delete-a-task-from-a-project--deletet)
* [Mark task(s) as completed: `markT`](#mark-task--s--as-completed--markt)
* [Mark task(s) as incomplete: `unmarkT`](#mark-task--s--as-incomplete--unmarkt)
* [Sort tasks by deadline and completion status: `sortT`](#sort-tasks-by-deadline-and-completion-status--sortt)
* [Add a new task to a project: `addT`](#add-a-new-task-to-a-project-addt)
* [Delete a task from a project: `deleteT`](#delete-a-task-from-a-project-deletet)
* [Mark task(s) as completed: `markT`](#mark-tasks-as-completed-markt)
* [Mark task(s) as incomplete: `unmarkT`](#mark-tasks-as-incomplete-unmarkt)
* [Sort tasks by deadline and completion status: `sortT`](#sort-tasks-by-deadline-and-completion-status-sortt)
* [Assignment Commands](#assignment-commands)
* [Assign employee(s) to a project: `assignP`](#assign-employee--s--to-a-project--assignp)
* [Un-assign employee(s) from a project: `unassignP`](#un-assign-employee--s--from-a-project--unassignp)
* [Assign an employee to a task: `assignT`](#assign-an-employee-to-a-task--assignt)
* [Un-assign an employee from a task: `unassignT`](#un-assign-an-employee-from-a-task--unassignt)
* [Assign employee(s) to a project: `assignP`](#assign-employees-to-a-project-assignp)
* [Un-assign employee(s) from a project: `unassignP`](#un-assign-employees-from-a-project-unassignp)
* [Assign an employee to a task: `assignT`](#assign-an-employee-to-a-task-assignt)
* [Un-assign an employee from a task: `unassignT`](#un-assign-an-employee-from-a-task-unassignt)
* [Data Storage](#data-storage)
* [Save the data](#save-the-data)
* [Edit the data file](#edit-the-data-file)
Expand Down

0 comments on commit 0307f48

Please sign in to comment.