forked from trustoverip/tswg-keri-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
40 lines (40 loc) · 1.73 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
{
"specs": [
{
"title": "Spec-Up-T Starterpack",
"description": "Create technical specifications in markdown. Based on the original Spec-Up, extended with Terminology tooling",
"author": "Trust over IP Foundation",
"spec_directory": "./spec",
"spec_terms_directory": "spec_terms_directory",
"output_path": "./docs",
"markdown_paths": [
"spec-head.md",
"terms-and-definitions-intro.md",
"spec-body.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/spec-up-t-starter-pack/main/spec-up-t-starterpack/static/logo.svg",
"logo_link": "https://github.com/trustoverip/spec-up-t",
"favicon": "https://raw.githubusercontent.com/trustoverip/spec-up-t-starter-pack/main/spec-up-t-starterpack/static/favicon.ico",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "spec-up-t-starter-pack"
},
"external_specs": [
{
"external_spec": "kmg-1",
"gh_page": "https://henkvancann.github.io/keri-main-glossary/",
"url": "https://github.com/henkvancann/keri-main-glossary",
"terms_dir": "spec/term-definitions"
},
{
"external_spec": "test-2",
"gh_page": "https://blockchainbird.github.io/spec-up-xref-test-2/",
"url": "https://github.com/blockchainbird/spec-up-xref-test-2",
"terms_dir": "spec/term-definitions"
}
],
"katex": false
}
]
}