forked from trustoverip/ctwg-terminology-governance-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
specs.json
59 lines (59 loc) · 2.1 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
49
50
51
52
53
54
55
56
57
58
59
{
"specs": [
{
"title": "Spec-Up-T Starterpack",
"spec_directory": "./spec",
"spec_terms_directory": "terms-definitions",
"output_path": "./docs",
"markdown_paths": [
"05_title.md",
"10_header.md",
"13_toc.md",
"16_foreword.md",
"18_clauses.md",
"20_introduction.md",
"24_scope.md",
"terms-and-definitions-intro.md",
"28_design.md",
"32_howto_define.md",
"36_roles.md",
"40_tools_landscape.md",
"44_style_guide.md",
"48_source_management.md",
"52_manual_defsrefs.md",
"64_audience.md",
"68_spec-up-improvements.md",
"72_integration.md",
"90_annex.md"
],
"logo": "https://raw.githubusercontent.com/blockchainbird/spec-up-t-starter-pack/main/spec-up-t-starterpack/logo.svg",
"logo_link": "https://github.com/blockchainbird/spec-up-t",
"source": {
"host": "github",
"account": "blockchainbird",
"repo": "spec-up-t-starter-pack"
},
"external_specs": [
{
"test-1": "https://blockchainbird.github.io/spec-up-xref-test-1/"
},
{
"test-2": "https://blockchainbird.github.io/spec-up-xref-test-2/"
}
],
"external_specs_repos": [
{
"external_spec": "test-1",
"url": "https://github.com/blockchainbird/spec-up-xref-test-1",
"terms_dir": "spec/term-definitions"
},
{
"external_spec": "test-2",
"url": "https://github.com/blockchainbird/spec-up-xref-test-2",
"terms_dir": "spec/term-definitions"
}
],
"katex": false
}
]
}