Skip to content

Commit

Permalink
json highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent a4645ef commit 6aa486a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/tools/teddyCloud/tecdoc/content-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Toniecloud uses the content-json file to save some data and control the behaviou

Usually it looks like the following:

```
```json
{
"live": false,
"nocloud": false,
Expand Down
2 changes: 1 addition & 1 deletion content/docs/tools/teddyCloud/tecdoc/tonies-custom-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _new /web gui_

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)):

```
```json
[{"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"}]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Initially the tonieboxes-custom-json file looks like the following:

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)):

```
```json
[{
"id": "11-0001",
"name": "Customized Toniebox Teddycloud Limited Edition",
Expand Down

0 comments on commit 6aa486a

Please sign in to comment.