Skip to content

Commit

Permalink
Merge pull request #54 from adiwg/dev
Browse files Browse the repository at this point in the history
Add Separated Profiles List Files (#51)
  • Loading branch information
jwaspin committed Sep 13, 2023
2 parents 0811545 + ea0dad2 commit 794fde1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
19 changes: 19 additions & 0 deletions resources/core-profiles.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

23 changes: 23 additions & 0 deletions resources/nggdpp-profiles.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit 794fde1

Please sign in to comment.