generated from trustoverip/specification-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
specs.json
31 lines (30 loc) · 820 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": "ToIP Template Specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"title.md",
"header.md",
"toc.md",
"foreword.md",
"introduction.md",
"scope.md",
"normative_references.md",
"terms_and_definitions.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": "tswg-tech-architecture-spec"
}
}
]
}