Skip to content

Commit

Permalink
Merge pull request #172 from AY2324S1-CS2103T-T10-2/docs/v1.4b-ug
Browse files Browse the repository at this point in the history
docs: Update User Guide for v1.4 release
  • Loading branch information
HugeNoob authored Nov 14, 2023
2 parents 3a91929 + 5bc5a20 commit 617e93e
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 225 deletions.
488 changes: 266 additions & 222 deletions docs/UserGuide.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
.post-content {
margin-bottom: $spacing-unit;

h1, h2, h3 { margin-top: $spacing-unit * 2 }
h4, h5, h6 { margin-top: $spacing-unit }
h1 { margin-top: $spacing-unit * 2 }
h2, h3, h4, h5, h6 { margin-top: $spacing-unit }

h2 {
@include relative-font-size(1.75);
Expand Down
18 changes: 17 additions & 1 deletion docs/assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---
//@@author jiakai-reused

// Adapted from: https://stackoverflow.com/a/39156436
// Solution below adapted from https://stackoverflow.com/a/39156436
$baseurl: "{% if site.baseurl != '/' %}{{ site.baseurl }}{% endif %}";

@import
Expand All @@ -14,3 +15,18 @@ $baseurl: "{% if site.baseurl != '/' %}{{ site.baseurl }}{% endif %}";
height: 21px;
width: 21px
}

// Style below adapted from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd

kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
color: #333;
display: inline-block;
font-size: 0.85em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
}
Binary file modified docs/images/output/addPerson_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/output/findAllTag_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/output/findTag_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/output/listPerson_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/output/listTask_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 617e93e

Please sign in to comment.