Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit d236919

Browse files
committed
Add language to fenced code blocks for highlighting
Tim Signed-off-by: Tim_Tech_Dev <[email protected]>
1 parent c524e14 commit d236919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/contribute/contribute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pressing <kbd>Ctrl</kbd> + <kbd>P</kbd> and then <kbd>!</kbd> (or
4646

4747
You can also use you terminal to build nodecg-io:
4848

49-
```
49+
```shell
5050
cd path/to/nodecg-io
5151
npm run build
5252
```
@@ -56,7 +56,7 @@ To do a full rebuild instead of just an incremental build you can use
5656

5757
The watch builder can be activated here too:
5858

59-
```
59+
```shell
6060
cd path/to/nodecg-io
6161
npm run watch
6262
```
@@ -86,7 +86,7 @@ start a Pull Request.
8686
Occasionally you will want to merge changes in the upstream repository (the
8787
official code repo) with your fork.
8888

89-
```
89+
```shell
9090
cd path/to/nodecg-io
9191
git checkout master
9292
git pull https://github.com/codeoverflow-org/nodecg-io master

docs/samples/intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ will also tell you how to log in and how to use the GUI.
3030
1. In NodeCG, create a new IntelliJ service instance.
3131
2. Enter the host and port of your IDE's HTTP server:
3232

33-
```
33+
```json
3434
{
3535
"address": "127.0.0.1:19524"
3636
}

0 commit comments

Comments
 (0)