forked from trustoverip/tswg-trust-registry-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
33 lines (32 loc) · 886 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
32
33
{
"specs": [
{
"title": "ToIP Trust Registry Protocol v2 TF DRAFT",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"title.md",
"header.md",
"revision_history.md",
"toc.md",
"foreword.md",
"introduction.md",
"scope.md",
"normative_references.md",
"terms_and_definitions.md",
"requirements.md",
"clauses.md",
"annex.md",
"biblio.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "specification-template"
}
}
]
}