From ea0dad239500782f6975a521449cc665e2584b31 Mon Sep 17 00:00:00 2001 From: Johnathan Date: Mon, 11 Sep 2023 17:27:23 -0600 Subject: [PATCH] Add Separated Profiles List Files (#51) core-profiles.json contains the default/core profiles for mdEditor. nggdpp-profiles.json contains the NGGDPP specific profiles that need to be moved to a separate repository. --- resources/core-profiles.json | 19 +++++++++++++++++++ resources/nggdpp-profiles.json | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 resources/core-profiles.json create mode 100644 resources/nggdpp-profiles.json diff --git a/resources/core-profiles.json b/resources/core-profiles.json new file mode 100644 index 0000000..81ba7ec --- /dev/null +++ b/resources/core-profiles.json @@ -0,0 +1,19 @@ +[ + { + "identifier": "basic", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/basic.json" + }, + { + "identifier": "full", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/full.json" + }, + { + "identifier": "product", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/product.json" + }, + { + "identifier": "project", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/project.json" + } + ] + \ No newline at end of file diff --git a/resources/nggdpp-profiles.json b/resources/nggdpp-profiles.json new file mode 100644 index 0000000..9c080e6 --- /dev/null +++ b/resources/nggdpp-profiles.json @@ -0,0 +1,23 @@ +[ + { + "identifier": "nggdpp-common", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/nggdpp-common.json" + }, + { + "identifier": "nggdpp-geological", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/nggdpp-geological.json" + }, + { + "identifier": "nggdpp-image", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/nggdpp-image.json" + }, + { + "identifier": "nggdpp-invertebrate", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/nggdpp-invertebrate.json" + }, + { + "identifier": "nggdpp-vertebrate", + "url": "https://cdn.jsdelivr.net/gh/adiwg/mdProfiles@master/resources/profiles/nggdpp-vertebrate.json" + } + ] + \ No newline at end of file