From d8d0dae4b5ad6bf004563c3a00a878148f03a58c Mon Sep 17 00:00:00 2001 From: Adam Schmalhofer Date: Thu, 6 Jan 2022 23:37:38 +0100 Subject: [PATCH] metadata for _example_app, _widget as the folder starts with "_" jekyll ignores that. So no additional logic needed in apps.json --- apps/_example_app/{add_to_apps.json => metadata.json} | 1 - apps/_example_widget/{add_to_apps.json => metadata.json} | 1 - 2 files changed, 2 deletions(-) rename apps/_example_app/{add_to_apps.json => metadata.json} (89%) rename apps/_example_widget/{add_to_apps.json => metadata.json} (89%) diff --git a/apps/_example_app/add_to_apps.json b/apps/_example_app/metadata.json similarity index 89% rename from apps/_example_app/add_to_apps.json rename to apps/_example_app/metadata.json index cc28e1e93..e0d664338 100644 --- a/apps/_example_app/add_to_apps.json +++ b/apps/_example_app/metadata.json @@ -1,4 +1,3 @@ -// Create an entry in apps.json as follows: { "id": "7chname", "name": "My app's human readable name", "shortName":"Short Name", diff --git a/apps/_example_widget/add_to_apps.json b/apps/_example_widget/metadata.json similarity index 89% rename from apps/_example_widget/add_to_apps.json rename to apps/_example_widget/metadata.json index b55adce9d..ad4b7537d 100644 --- a/apps/_example_widget/add_to_apps.json +++ b/apps/_example_widget/metadata.json @@ -1,4 +1,3 @@ -// Create an entry in apps.json as follows: { "id": "7chname", "name": "My widget's human readable name", "shortName":"Short Name",