-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathspecs.json
42 lines (41 loc) · 1.28 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
{
"specs": [
{
"title": "AnonCreds Specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"header.md",
"abstract.md",
"status_copyright_toc.md",
"introduction.md",
"requirements_notations_conventions.md",
"terminology.md",
"data_flow_setup.md",
"data_flow_issuance.md",
"data_flow_presentation_overview.md",
"data_flow_presentation_create_request.md",
"data_flow_presentation_create_presentation.md",
"data_flow_presentation_verify.md",
"data_flow_revocation.md",
"anoncreds_methods.md",
"w3c_representation.md",
"anoncreds_conventions.md",
"iana_considerations.md",
"security_considerations.md",
"privacy_considerations.md",
"normative_references.md",
"informative_references.md",
"acknowledgements_authors.md"
],
"logo": "https://raw.githubusercontent.com/hyperledger/anoncreds-spec/main/spec/images/logo/hl_anoncreds_colour.svg",
"logo_link": "https://github.com/hyperledger/anoncreds-spec",
"katex": true,
"source": {
"host": "github",
"account": "hyperledger",
"repo": "anoncreds-spec"
}
}
]
}