-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
50 lines (50 loc) · 1.57 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
{
"specs": [
{
"title": "DIDAS Glossary",
"spec_directory": "./spec",
"spec_terms_directory": "terms-definitions",
"output_path": "./docs",
"markdown_paths": [
"intro.md",
"terms-and-definitions-intro.md",
"outro.md"
],
"logo": "https://www.didas.swiss/wp-content/uploads/2021/02/logo@2x.png",
"logo_link": "https://www.didas.swiss/",
"source": {
"host": "github",
"account": "DIDAS-swiss",
"repo": "didas-glossary"
},
"external_specs": [
{
"toip-glossary": "https://glossary.trustoverip.org/"
}
],
"external_specs_repos": [
{
"external_spec": "toip-glossary",
"url": "https://github.com/trustoverip/ctwg-main-glossary",
"terms_dir": "spec/terms-definitions"
}
],
"assets": [
{
"path": "/custom-assets/custom.css"
},
{
"path": "/custom-assets/custom-head.js",
"inject": "head"
},
{
"path": "/custom-assets/custom-body.js",
"inject": "body",
"module": true
}
],
"katex": false,
"searchHighlightStyle": "ssi"
}
]
}