metadata for _example_app, _widget
as the folder starts with "_" jekyll ignores that. So no additional logic needed in apps.jsonmaster
parent
9a0b3f07e8
commit
d8d0dae4b5
|
|
@ -1,4 +1,3 @@
|
||||||
// Create an entry in apps.json as follows:
|
|
||||||
{ "id": "7chname",
|
{ "id": "7chname",
|
||||||
"name": "My app's human readable name",
|
"name": "My app's human readable name",
|
||||||
"shortName":"Short Name",
|
"shortName":"Short Name",
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// Create an entry in apps.json as follows:
|
|
||||||
{ "id": "7chname",
|
{ "id": "7chname",
|
||||||
"name": "My widget's human readable name",
|
"name": "My widget's human readable name",
|
||||||
"shortName":"Short Name",
|
"shortName":"Short Name",
|
||||||
Loading…
Reference in New Issue