-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
32 lines (30 loc) · 1.46 KB
/
config.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
{
"src_dir" : "src",
"out_dir" : "docs",
"build_dir" : "_build",
"base_url" : "https://swordapp.github.io/swordv3/",
"utils" : {
"url_for" : {
"include_base_url" : true,
"include_file_suffix" : true
},
"anchor_link" : {
"function" : "compost.utils.anchor_link",
"anchor_prefix" : "error_",
"target_document" : "swordv3.html"
}
},
"exports" : [
{ "source" : "data/schemas/by-reference.schema.json", "target" : "by-reference.schema.json" },
{ "source" : "data/schemas/error.schema.json", "target" : "error.schema.json" },
{ "source" : "data/schemas/metadata.schema.json", "target" : "metadata.schema.json" },
{ "source" : "data/schemas/openapi.json", "target" : "openapi.json" },
{ "source" : "data/schemas/openapi_.yaml", "target" : "openapi.yaml" },
{ "source" : "data/schemas/segmented-file-upload.schema.json", "target" : "segmented-file-upload.schema.json" },
{ "source" : "data/schemas/service-document.schema.json", "target" : "service-document.schema.json" },
{ "source" : "data/schemas/status.schema.json", "target" : "status.schema.json" },
{ "source" : "data/schemas/swordv3.jsonld", "target" : "swordv3.jsonld" },
{ "source" : "data/schemas/SWORDBagIt.json", "target" : "SWORDBagIt.json"},
{ "source" : "content/diagrams/structure.png", "target" : "structure.png"}
]
}