-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathasciidoctor.json
32 lines (32 loc) · 1.08 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
{
"0": {
"OGC_doc_number": "21-000",
"urn":"http://www.opengis.net/doc/IS/ogcapi-routes-1/1.0",
"title":"OGC API - Routes - Part 1: Core",
"path":"api/standard/21-000.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
},
"1": {
"OGC_doc_number": "21-001",
"urn":"http://www.opengis.net/doc/IS/rem/1.0",
"title":"Route Exchange Model",
"path":"rem/standard/21-001.adoc",
"options": ["--trace"],
"a":[
"data-uri",
"stylesdir=./resources/stylesheets",
"dot=/usr/bin/dot"
],
"r":[
"asciidoctor-diagram"
]
}
}