Skip to content

Commit

Permalink
tidied up the website a little with new developer plugins and a link …
Browse files Browse the repository at this point in the history
…to the configuration
  • Loading branch information
jstrachan committed Jul 25, 2013
1 parent 549f5e9 commit df05423
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/Plugins.md
Expand Up @@ -2,7 +2,7 @@

**hawtio** is highly modular with lots of plugins (see below), so that hawtio can discover exactly what services are inside a JVM and dyanmically update the console to provide an interface to them as things come and go. So after you have deployed hawtio into a container, as you add and remove new services to your JVM the hawtio console updates in real time.

For more details see [how hawtio plugins work](http://hawt.io/plugins/howPluginsWork.html).
For more details see the [Configuration Guide](http://hawt.io/configuration/index.html) and [How Plugins Work](http://hawt.io/plugins/howPluginsWork.html).

## Included Plugins

Expand Down Expand Up @@ -155,6 +155,12 @@ The following plugins are not intended to be used by users of hawtio, but are th
</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/tree">tree</a></td>
</tr>
<tr>
<td><a href="https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/main/webapp/app/ui/doc/developer.md">ui</a></td>
<td>Provides various AngularJS directives for custom widgets
</td>
<td><a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/ui">ui</a></td>
</tr>
</table>

## External plugins
Expand Down
8 changes: 8 additions & 0 deletions website/src/plugins/forms/index.page
@@ -0,0 +1,8 @@
---
title: hawtio forms plugin
--- pipeline:ssp,markdown
<div id="content-header">
<div class="container">
${unescape(loadText(new FileInputStream(app_dir + "/forms/doc/developer.md")))}
</div>
</div>
8 changes: 8 additions & 0 deletions website/src/plugins/ui/index.page
@@ -0,0 +1,8 @@
---
title: ui plugin
--- pipeline:ssp,markdown
<div id="content-header">
<div class="container">
${unescape(loadText(new FileInputStream(app_dir + "/ui/doc/developer.md")))}
</div>
</div>

0 comments on commit df05423

Please sign in to comment.