Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit 9cb1968

Browse files
committed
register PlantUML plugin
fix #16
1 parent 83fdc86 commit 9cb1968

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ <h2>
9191
</h2>
9292
<p>Fast enterprise search for gitbucket using a FESS server</p>
9393
</li>
94+
<li>
95+
<h2>
96+
<a class="post-link" href="https://github.com/nus/gitbucket-plantuml-plugin"><span class="fa fa-object-group"></span>PlantUML plugin</a>
97+
</h2>
98+
<p>Render PlantUML files in gitbucket</p>
99+
</li>
100+
101+
94102
</ul>
95103
<p>Your plugin is not listed here?<br>You want to move your plugin under the organization?<br>Please open a <a href="https://github.com/gitbucket-plugins/gitbucket-plugins.github.io/issues">ticket/issue</a> to reference your demand.</p>
96104
</div>

plugins.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,16 @@
149149
upper:
150150
bound: 4.10.0
151151
included: false
152+
-
153+
id: plantuml_plugin
154+
name: PlantUML Plugin
155+
description: Render PlantUML diagrams in gitbucket
156+
versions:
157+
-
158+
version: 1.0.0
159+
downloadURL: 'https://github.com/nus/gitbucket-plantuml-plugin/releases/download/v1.0.0/gitbucket-plantuml-plugin-assembly-1.0.0.jar'
160+
gitbucketCompileVersion: 4.10
161+
gitbucketCompatibleRange:
162+
lower:
163+
bound: 4.10
164+
included: true

0 commit comments

Comments
 (0)