File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/docs/tools/teddyCloud/tecdoc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Example:
2323
2424``` json
2525{
26- "$schema" : " {{< siteurl >}}teddyCloud/tecdoc/content-json-schema.json" ,
26+ "$schema" : " {{< siteurl >}}/ teddyCloud/tecdoc/content-json-schema.json" ,
2727 "live" : false ,
2828 "nocloud" : false ,
2929 "source" : " " ,
@@ -50,11 +50,11 @@ Add the following parts to the `settings.json`:
5050 "json.schemas" : [
5151 {
5252 "fileMatch" : [" tonies.custom.json" ],
53- "url" : " {{< siteurl >}}teddyCloud/tecdoc/tonies-custom-json-schema.json"
53+ "url" : " {{< siteurl >}}/ teddyCloud/tecdoc/tonies-custom-json-schema.json"
5454 },
5555 {
5656 "fileMatch" : [" tonieboxes.custom.json" ],
57- "url" : " {{< siteurl >}}teddyCloud/tecdoc/tonieboxes-custom-json-schema.json"
57+ "url" : " {{< siteurl >}}/ teddyCloud/tecdoc/tonieboxes-custom-json-schema.json"
5858 }
5959 ]
6060}
@@ -64,7 +64,7 @@ Add the following parts to the `settings.json`:
6464
6565``` json
6666{
67- "$schema" : " {{< siteurl >}}teddyCloud/tecdoc/plalist-tap-json-schema.json" ,
67+ "$schema" : " {{< siteurl >}}/ teddyCloud/tecdoc/plalist-tap-json-schema.json" ,
6868 "type" : " tap" ,
6969 "audio_id" : 0 ,
7070 "filepath" : " lib://by/tapID/radio.taf" ,
You can’t perform that action at this time.
0 commit comments