From fdb822aa29c6fe6bc7ab2605f9f06e5e1d3749fe Mon Sep 17 00:00:00 2001 From: aslam341 Date: Mon, 13 Nov 2023 23:34:53 +0800 Subject: [PATCH 1/2] Fix broken tables in github pages --- docs/UserGuide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 943fe1bc8ac..4ad47147d84 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -478,6 +478,7 @@ Format: `exit` ### Command Parameters + | Parameter | Description​ | Examples​ | |-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| | `NAME` | The employee's name.

It should only contain alphanumeric characters and spaces.

It should not be blank and should not exceed 80 characters. | | @@ -602,6 +603,7 @@ Examples: ### Command Parameters + | Parameter | Description​ | Examples​ | |------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| | `NAME`/ `PROJECT_NAME` | The project's name.

It should only contain alphanumeric characters and spaces.

It should not be blank and should not exceed 80 characters. | | @@ -807,6 +809,7 @@ Examples: ### Command Parameters + | Parameter | Description​ | Examples​ | |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------| | `TASK_NAME` | The task's name.

It should only contain alphanumeric characters and spaces.

It should not be blank and should not exceed 80 characters. | | @@ -927,6 +930,7 @@ Format: `sortT` ### Command Parameters + | Parameter | Description​ | Examples​ | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------| | `PROJECT_INDEX` | The index number of the project as shown in the project panel.

It should be a positive integer, and should not be more than the number of projects currently shown in the displayed project panel. It should be less than 1000. | | From 10c5a9d6ccdaedce772bf7c8d970183fa7333672 Mon Sep 17 00:00:00 2001 From: aslam341 Date: Mon, 13 Nov 2023 23:38:34 +0800 Subject: [PATCH 2/2] Fix grammar in command description --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 4ad47147d84..ee51dab65a5 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -846,11 +846,11 @@ Examples: ### Delete a task from a project: `deleteT` -Deletes the specified task(s) from the specified project in TaskHub. +Delete the specified task(s) from the specified project in TaskHub. Format: `deleteT pr/PROJECT_INDEX t/TASK_INDEX [MORE_TASK_INDEXES]` -* Deletes the tasks at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`. +* Delete the task(s) at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`. * The project index refers to the index number shown in the displayed project panel. * The task index(es) refer to the index number(s) shown in the task list of the above specified project. * The indexes **must be positive integers** 1, 2, 3,...