docs: Add syntax highlighting to more code blocks
Added language tags to more code blocks in the documentation to enable syntax highlighting.
This commit is contained in:
parent
4a339093ce
commit
65667b863a
50 changed files with 215 additions and 221 deletions
|
|
@ -8,13 +8,13 @@ The ZMK Documentation is licensed [CC-BY-NC-SA](http://creativecommons.org/licen
|
|||
|
||||
### Installation
|
||||
|
||||
```
|
||||
```sh
|
||||
$ npm ci
|
||||
```
|
||||
|
||||
### Local Development
|
||||
|
||||
```
|
||||
```sh
|
||||
$ npm start
|
||||
```
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ This command starts a local development server and open up a browser window. Mos
|
|||
|
||||
### Build
|
||||
|
||||
```
|
||||
```sh
|
||||
$ npm build
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue