generated from trustoverip/specification-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
specs.json
48 lines (48 loc) · 1.43 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
43
44
45
46
47
48
{
"specs": [
{
"title": "ToIP Main Glossary v0.0",
"spec_directory": "./spec",
"spec_terms_directory": "terms-definitions",
"output_path": "./docs",
"markdown_paths": [
"title.md",
"header.md",
"toc.md",
"introduction.md",
"referenced_glossaries.md",
"glossary-intro-created-by-split-tool.md",
"terms-and-definitions-intro.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",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "ctwg-main-glossary"
},
"external_specs": [
{
"test-1": "https://kordwarshuis.github.io/spec-up-xref-test-1/"
},
{
"test-2": "https://kordwarshuis.github.io/spec-up-xref-test-2/"
}
],
"external_specs_repos": [
{
"external_spec": "test-1",
"url": "https://github.com/kordwarshuis/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions"
},
{
"external_spec": "test-2",
"url": "https://github.com/kordwarshuis/spec-up-xref-test-2",
"terms_dir": "spec/term-definitions"
}
],
"katex": false,
"searchHighlightStyle": "ssi"
}
]
}