-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspecs.json
44 lines (44 loc) · 1.49 KB
/
specs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"specs": [
{
"title": "Data Exchange Specifications",
"spec_directory": "./docs",
"output_path": "./docs/www",
"logo": "images/iGrant_1900_800_Black.png",
"logo_link": "https://dda.igrant.io/",
"markdown_paths": [
"datadisclosure-agreement-specification.md"
]
},
{
"title": "Data Disclosure Agreement Protocol Specification",
"spec_directory": "./docs/protocol",
"output_path": "./docs/www/protocol",
"logo": "../images/iGrant_1900_800_Black.png",
"logo_link": "https://dda.igrant.io/",
"source": {
"host": "github",
"account": "decentralised-dataexchange",
"repo": "data-exchange-agreements"
},
"markdown_paths": [
"datadisclosure-agreement-protocol-specification.md"
]
},
{
"title": "The did:mydata v2 method specification",
"spec_directory": "./docs/did",
"output_path": "./docs/www/did",
"logo": "../images/iGrant_1900_800_Black.png",
"logo_link": "https://dda.igrant.io/",
"source": {
"host": "github",
"account": "decentralised-dataexchange",
"repo": "data-exchange-agreements"
},
"markdown_paths": [
"spec.md"
]
}
]
}