-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocumentr.json
44 lines (32 loc) · 1.33 KB
/
documentr.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
{
"context": {
"githubGroup": "synapticloopltd",
"group": "synapticloopltd",
"bintrayGroup": "synapticloop"
},
"templates": [
{ "type":"inbuilt", "value":"badge-travis-ci" },
{ "type":"inbuilt", "value":"badge-bintray" },
{ "type":"inbuilt", "value":"badge-shield-io-github-release" },
{ "type":"inbuilt", "value":"jvm-compatability" },
{ "type": "markup", "value": "\n\n# Table of Contents\n\n" },
{ "type": "toc", "value": "2" },
{ "type": "toclinks", "value": "true" },
{ "type": "tocbacktotop", "value": " <sup><sup>[top](#documentr_top)</sup></sup>"},
{ "type":"inbuilt", "value":"project-name" },
{ "type":"inbuilt", "value":"project-description" },
{ "type":"file", "value":"src/docs/overview.md" },
{ "type":"markup", "value":"\n\n```\n" },
{ "type":"file", "value":"src/test/java/synapticloop/scaleway/api/Main.java" },
{ "type":"markup", "value":"\n```\n\n" },
{ "type":"inbuilt", "value":"gradle-build" },
{ "type":"inbuilt", "value":"gradle-test" },
{ "type":"inbuilt", "value":"test-warn" },
{ "type":"inbuilt", "value":"logging-slf4j" },
{ "type":"inbuilt", "value":"publishing-github" },
{ "type":"inbuilt", "value":"publishing-bintray" },
{ "type":"inbuilt", "value":"dependencies" },
{ "type":"inbuilt", "value":"license-mit" },
{ "type":"inbuilt", "value":"attribution" }
]
}