forked from decentralized-identity/didcomm-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecs.json
More file actions
51 lines (50 loc) · 1.53 KB
/
Copy pathspecs.json
File metadata and controls
51 lines (50 loc) · 1.53 KB
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
45
46
47
48
49
50
51
{
"resource_path": "./docs/spec",
"specs": [
{
"title": "DIDComm Messaging Specification",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didcomm-messaging"
},
"output_path": "./docs/spec",
"spec_directory": "./",
"markdown_paths": [
"title.md",
"scope.md",
"requirements.md",
"processing_model.md",
"message_structure.md",
"encryption.md",
"routing.md",
"transports.md",
"out_of_band.md",
"advanced_message_passing.md",
"connections.md",
"general_messaging_constructs.md",
"protocols.md",
"reference_implementation.md",
"future_proofing.md",
"references.md"
]
},{
"title": "DIDComm Messaging - Implementers Guide",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didcomm-messaging"
},
"output_path": "./docs/guide",
"spec_directory": "./guide",
"markdown_paths": [
"intro.md",
"routing.md"
]
}
]
}