forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from RB9823/master
More fixes
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ sidebar: toc | |
--- | ||
# CheckMate User Guide | ||
|
||
--- | ||
|
||
<details open> | ||
<summary><strong>Product Description</strong></summary> | ||
<div markdown="1"> | ||
|
@@ -148,7 +150,7 @@ Format: `add r/ROOM d/BOOKING_PERIOD n/NAME p/PHONE_NUMBER e/EMAIL rk/REMARK` | |
<div markdown="span" class="alert alert-primary">:bulb: **Note:** | ||
The room number is used to assign the room type. | ||
|
||
The **add** command makes use of the **[Prefix Completion feature]**(#prefix-completion). | ||
The **add** command makes use of the [Prefix Completion feature](#prefix-completion). | ||
</div> | ||
|
||
* Image above shows result of command `add r/11 d/2023-01-01 08:00 to 2023-01-02 12:00 n/John Doe p/98765432 e/[email protected]` | ||
|
@@ -178,7 +180,7 @@ Format: `edit INDEX [r/ROOM] [d/BOOKING_PERIOD] [n/NAME] [p/PHONE] [e/EMAIL] [rk | |
<div markdown="span" class="alert alert-primary">:bulb: **Note:** | ||
The Room number is used to map to the Room type; there is no way to directly edit the room type without changing the Room number. | ||
|
||
The **edit** command makes use of the **[Prefix Completion feature]**(#prefix-completion). | ||
The **edit** command makes use of the [Prefix Completion feature](#prefix-completion). | ||
</div> | ||
|
||
* Example image above shows result of command `edit 1 p/91234567 e/[email protected]` | ||
|