forked from trustoverip/tswg-acdc-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
34 lines (33 loc) · 1.05 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
{
"specs": [
{
"title": "Authentic Chained Data Containers (ACDC)",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"header.md",
"foreword.md",
"introduction.md",
"doc-features.md",
"terms-and-definitions.md",
"acdc-structure.md",
"acdc-variants.md",
"top-level-acdc-sections.md",
"disclosure-mechanisms-and-exploitation-protection.md",
"exploitation-protection-mechanisms.md",
"issuance-and-presentation-exchange-ipex.md",
"transaction-event-logs-tels-as-acdc-state-registries.md",
"annex.md",
"bibliography.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/tswg-acdc-specification",
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-acdc-specification"
}
}
]
}