generated from decentralized-identity/spec-up
-
Notifications
You must be signed in to change notification settings - Fork 7
/
specs.json
31 lines (31 loc) · 889 Bytes
/
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
{
"specs": [
{
"title": "AnonCreds Methods Registry",
"spec_directory": "./registry",
"output_path": "./docs",
"markdown_paths": [
"header.md",
"status_copyright_toc.md",
"introduction.md",
"registry.md",
"method_legacy_indy.md",
"method_did_indy.md",
"method_did_prism.md",
"method_did_web.md",
"method_http.md",
"method_cheqd.md",
"method_cardano.md",
"adding_a_registry_entry.md",
"governance.md"
],
"logo": "https://raw.githubusercontent.com/hyperledger/anoncreds-spec/main/spec/images/logo/hl_anoncreds_colour.svg",
"logo_link": "https://github.com/hyperledger/anoncreds-methods-registry",
"source": {
"host": "github",
"account": "hyperledger",
"repo": "anoncreds-methods-registry"
}
}
]
}