Skip to content

Commit 2c5cffc

Browse files
committed
Add more guidance
1 parent c12d62d commit 2c5cffc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/java/io/jenkins/plugins/designlibrary/Integration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public String getIconFileName() {
1212

1313
@Override
1414
public String getDescription() {
15-
return "Defines the palette for consistent use of color.";
15+
return "Guidance for integrating your plugin further into Jenkins.";
1616
}
1717

1818
@Override

src/main/resources/io/jenkins/plugins/designlibrary/Integration/index.jelly

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<s:code file="topAppBar.jelly" />
1616
</s:group>
1717

18+
<div>
19+
is your plugin tied to a single page/context? if so it should live on that page inside of the app bar.
20+
</div>
21+
22+
<div>
23+
is your plugin a management item? it should live in manage jenkins then
24+
</div>
25+
1826
<s:dos-donts>
1927
<tr>
2028
<td>${%topAppBar.do.1}</td>

0 commit comments

Comments
 (0)