forked from JetBrains/intellij-platform-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentr.json
59 lines (59 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"context": {
"pluginId": "org.jetbrains.intellij"
},
"templates": [
{
"type": "markup",
"value": "[![official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) "
},
{
"type": "markup",
"value": "[![Join the chat at https://gitter.im/JetBrains/gradle-intellij-plugin](https://badges.gitter.im/JetBrains/gradle-intellij-plugin.svg)](https://gitter.im/JetBrains/gradle-intellij-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) "
},
{
"type": "inbuilt",
"value": "badge-shield-io-gradle-plugin"
},
{
"type": "inbuilt",
"value": "jvm-compatability"
},
{
"type": "inbuilt",
"value": "project-name"
},
{
"type": "inbuilt",
"value": "project-description"
},
{
"type": "template",
"value": "src/docs/usage.md.templar"
},
{
"type": "file",
"value": "src/docs/tasks.md"
},
{
"type": "template",
"value": "src/docs/configuration.md.templar"
},
{
"type": "template",
"value": "src/docs/build.gradle.md.templar"
},
{
"type": "file",
"value": "src/docs/getting_started.md"
},
{
"type": "file",
"value": "src/docs/examples.md"
},
{
"type": "inbuilt",
"value": "license-apache-2.0"
}
]
}