Skip to content

Commit 6aa486a

Browse files
committed
json highlighting
1 parent a4645ef commit 6aa486a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/docs/tools/teddyCloud/tecdoc/content-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Toniecloud uses the content-json file to save some data and control the behaviou
88

99
Usually it looks like the following:
1010

11-
```
11+
```json
1212
{
1313
"live": false,
1414
"nocloud": false,

content/docs/tools/teddyCloud/tecdoc/tonies-custom-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _new /web gui_
2525

2626
Enriched with metadata for the above shown custom tag the tonies-custom-json file looks like this (more details see below in section [Specification](#specification)):
2727

28-
```
28+
```json
2929
[{"no": "0", "model": "123456", "audio_id": ["369519776"], "hash": ["af9e61a9c1b12138fb060908d595742334b04515"], "title": "Custom Tonie Example Title", "series": "Custom Tonies", "episodes": "This is my custom tonie", "tracks": ["Title 1", "Title 2", "Title 3", "Title 4", "Title 5", "Title 6", "Title 7", "Title 8", "Title 9", "Title 10"], "release": "0", "language": "de-de", "category": "custom", "pic": "https://upload.wikimedia.org/wikipedia/en/6/6b/Hello_Web_Series_%28Wordmark%29_Logo.png"}]
3030
```
3131

content/docs/tools/teddyCloud/tecdoc/toniesboxes-custom-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Initially the tonieboxes-custom-json file looks like the following:
1414

1515
After adding the meta information of your customized Toniebox the tonieboxes-custom-json file looks like this (more details see below in section [Specification](#specification)):
1616

17-
```
17+
```json
1818
[{
1919
"id": "11-0001",
2020
"name": "Customized Toniebox Teddycloud Limited Edition",

0 commit comments

Comments
 (0)