From fea1979857af3a2cbd9f326e59cd2cb2e8c8c6f8 Mon Sep 17 00:00:00 2001 From: chonghaoen Date: Sun, 14 Apr 2024 11:10:04 +0800 Subject: [PATCH] Fix glossary table --- docs/UserGuide.md | 30 +++++++++++++++--------------- docs/_config.yml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 2ff3e171348..fae0e9d7f2b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -382,21 +382,21 @@ Furthermore, certain edits can cause Strack.io to behave in unexpected ways (e.g -------------------------------------------------------------------------------------------------------------------- ## Glossary -Term | Description ---------|------------------ -**Cancel** | The deletion of an order without fulfiling it -**Complete** | The deletion of an order after fulfiling it -**Dates** | In the format dd/MM/yyyy e.g. 23/03/2024 -**Product** | The entity you will be selling to your customers -**Precede** | Add to the front of -**Stage** | The status of an order -**Demarcate** | Mark or distinguish -**CSV** | File that ends in .csv. Refers to a spreadsheet file -**JSON** | File that stores data, ends in .json -**Command Line Interface** | The text-based chatbox at the top of Strack.io where you can input commands -**Graphical User Interface** | The digital interface you see and interact with such as buttons -**Tag** | A word you can associate a customer with --------------------------------------------------------------------------------------------------------------------- +| Term | Description | +|------------------------------|------------------| +| **Cancel** | The deletion of an order without fulfiling it| +| **Complete** | The deletion of an order after fulfiling it| +| **Dates** | In the format dd/MM/yyyy e.g. 23/03/2024| +| **Product** | The entity you will be selling to your customers| +| **Precede** | Add to the front of| +| **Stage** | The status of an order| +| **Demarcate** | Mark or distinguish| +| **CSV** | File that ends in .csv. Refers to a spreadsheet file| +| **JSON** | File that stores data, ends in .json| +| **Command Line Interface** | The text-based chatbox at the top of Strack.io where you can input commands| +| **Graphical User Interface** | The digital interface you see and interact with such as buttons| +| **Tag** | A word you can associate a customer with| +------------------------------------------------------------------------------------------------------------------- ## Command summary Action | Format, Examples diff --git a/docs/_config.yml b/docs/_config.yml index 5d775bb2dde..fbf11391b1a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ header_pages: - DeveloperGuide.md - AboutUs.md -markdown: GFM +markdown: kramdown repository: "AY2324S2-CS2103T-T08-2/tp" github_icon: "images/github-icon.png"