-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspecs.json
More file actions
29 lines (29 loc) · 1.26 KB
/
specs.json
File metadata and controls
29 lines (29 loc) · 1.26 KB
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
{
"specs": [
{
"title": "Spec-Up-T Demo External Ref 1",
"description": "Gardening glossary focused on greenhouse and irrigation concepts - used to demonstrate tref and xref functionality",
"author": "Trust over IP Foundation",
"spec_directory": "./spec",
"spec_terms_directory": "terms-definitions",
"output_path": "./docs",
"markdown_paths": [
"spec-head.md",
"terms-and-definitions-intro.md",
"example-markup-in-markdown.md",
"spec-body.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/spec-up-t/refs/heads/master/src/install-from-boilerplate/boilerplate/static/logo.svg",
"logo_link": "https://github.com/trustoverip/spec-up-t",
"favicon": "https://raw.githubusercontent.com/trustoverip/spec-up-t/refs/heads/master/src/install-from-boilerplate/boilerplate/static/favicon.ico",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "spec-up-t-demo-external-ref-1"
},
"external_specs": [],
"katex": false,
"anchor_symbol": "§"
}
]
}