forked from JetBrains/intellij-platform-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentr.json
80 lines (80 loc) · 1.9 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"context": {
"pluginId": "org.jetbrains.intellij",
"githubGroup": "jetbrains"
},
"templates": [
{
"type": "markup",
"value": "[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) "
},
{
"type": "markup",
"value": "[![Build Status](https://api.cirrus-ci.com/github/JetBrains/gradle-intellij-plugin.svg)](https://cirrus-ci.com/github/JetBrains/gradle-intellij-plugin)\n "
},
{
"type": "markup",
"value": "[![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat)](https://twitter.com/JBPlatform/)\n "
},
{
"type": "inbuilt",
"value": "badge-shield-io-gradle-plugin"
},
{
"type": "inbuilt",
"value": "badge-shield-io-github-release"
},
{
"type": "markup",
"value": "\n\n<img src=\"./.github/readme/gradle-intellij-plugin.png\" alt=\"Gradle IntelliJ Plugin\"/>"
},
{
"type": "inbuilt",
"value": "project-name"
},
{
"type": "template",
"value": "src/docs/version.md.templar"
},
{
"type": "inbuilt",
"value": "project-description"
},
{
"type": "tocbacktotop",
"value": " <sup><sup>[top](#documentr_top)</sup></sup>"
},
{
"type": "file",
"value": "src/docs/getting_started.md"
},
{
"type": "template",
"value": "src/docs/usage.md.templar"
},
{
"type": "file",
"value": "src/docs/tasks.md"
},
{
"type": "template",
"value": "src/docs/configuration.md.templar"
},
{
"type": "file",
"value": "src/docs/examples.md"
},
{
"type": "file",
"value": "src/docs/contributing.md"
},
{
"type": "inbuilt",
"value": "license-apache-2.0"
},
{
"type": "inbuilt",
"value": "attribution"
}
]
}