forked from opengeospatial/ogcapi-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctor.json
32 lines (32 loc) · 1.12 KB
/
asciidoctor.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
{
"1": {
"OGC_doc_number": "20-058",
"urn":"http://www.opengis.net/doc/IS/ogcapi-maps-1/20-058.adoc",
"title":"OGC API - Maps - Part 1: Core",
"path":"core/standard/20-058.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"2": {
"OGC_doc_number": "21-XXX",
"urn":"http://www.opengis.net/doc/IS/ogcapi-maps-2/21-XXX.adoc",
"title":"OGC API - Maps - Part 2: Partitioning",
"path":"core/standard/21-XXX.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-bibtex"
]
}
}