Skip to content

Commit

Permalink
callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 6, 2024
1 parent 7be1ce0 commit fee9c0e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
title: "SET09102 Software Engineering"
remote_theme: just-the-docs/just-the-docs
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: blue
information:
title: Information
color: yellow
tip:
title: Tip
color: green
1 change: 1 addition & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ a[href*="#please-read"] {
color: var(--dark-red);
font-weight: bold;
}

6 changes: 4 additions & 2 deletions tutorials/tools/vscode/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ The following variables are required for building and testing Android versions o

The best approach is to create a folder in your home directory and let .NET install the appropriate versions there specifically for use with .NET. Instructions for this are given later. For now, it is enough to create the relevant directories and set the environment variables.

{: .warning }
Please check whether you already have these environment variables defined. If so, changing them may affect other applications that you use.
{: .warning-title }
> Warning
>
> Please check whether you already have these environment variables defined. If so, changing them may affect other applications that you use.
**Create the new directory**

Expand Down

0 comments on commit fee9c0e

Please sign in to comment.