forked from decentralized-identity/didcomm-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
40 lines (39 loc) · 1.04 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
{
"public_root": "./docs",
"resource_path": "./docs",
"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": "./docs/spec-files",
"markdown_paths": [
"title.md",
"scope.md",
"requirements.md",
"message_structure.md",
"profiles.md",
"encryption.md",
"signature.md",
"problems.md",
"threading.md",
"transports.md",
"protocols.md",
"routing.md",
"out_of_band.md",
"feature_discovery.md",
"empty.md",
"trustping.md",
"i18n.md",
"future_proofing.md",
"appendix.md"
]
}
]
}