Skip to content

Commit

Permalink
chore: deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent 89f0223 commit d95f413
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 9 deletions.
39 changes: 30 additions & 9 deletions docs/docs/overview-v3.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,25 @@ <h1 class="page">Hawtio v3</h1>
<img src="_images/hawtio-console.png" alt="hawtio console" width="80%">
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_plugins"><a class="anchor" href="#_plugins"></a>Plugins</h2>
<div class="sectionbody">
<div class="paragraph">
<p>One of Hawtio&#8217;s defining features is its plugin architecture. In addition to the essential JMX functionality, the highly popular <a href="https://camel.apache.org/">Apache Camel</a> and <a href="https://activemq.apache.org/components/artemis/">Apache ActiveMQ Artemis</a> <sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup> plugins are provided from the outset.</p>
</div>
<div class="paragraph">
<p>If you don&#8217;t find a plugin you want to use, you can easily extend the plugin yourself.</p>
</div>
<div class="paragraph">
<p>See <a href="plugins.html" class="xref page">Plugins</a> for more information on the available plugins and how you can develop your own plugin.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_the_projects"><a class="anchor" href="#_the_projects"></a>The projects</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Hawtio v3 is composed of the following projects:</p>
</div>
Expand All @@ -198,11 +217,8 @@ <h1 class="page">Hawtio v3</h1>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_hawtio_react"><a class="anchor" href="#_hawtio_react"></a>Hawtio React</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_hawtio_react"><a class="anchor" href="#_hawtio_react"></a>Hawtio React</h3>
<div class="dlist">
<dl>
<dt class="hdlist1">Repository</dt>
Expand All @@ -218,10 +234,8 @@ <h2 id="_hawtio_react"><a class="anchor" href="#_hawtio_react"></a>Hawtio React<
<p>The <a href="plugins.html" class="xref page">built-in plugins</a> are hosted in the project.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_hawtio_standalone"><a class="anchor" href="#_hawtio_standalone"></a>Hawtio (Standalone)</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_hawtio_standalone"><a class="anchor" href="#_hawtio_standalone"></a>Hawtio (Standalone)</h3>
<div class="dlist">
<dl>
<dt class="hdlist1">Repository</dt>
Expand All @@ -238,6 +252,13 @@ <h2 id="_hawtio_standalone"><a class="anchor" href="#_hawtio_standalone"></a>Haw
</div>
</div>
</div>
</div>
<div id="footnotes">
<hr>
<div class="footnote" id="_footnotedef_1">
<a href="#_footnoteref_1">1</a>. Artemis plugin is provided only with the Artemis broker management console. It is developed by the Artemis project.
</div>
</div>
</article>
</div>
</main>
Expand Down
16 changes: 16 additions & 0 deletions docs/docs/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,22 @@ <h2 id="_built_in_plugins"><a class="anchor" href="#_built_in_plugins"></a>Built
</div>
</div>
<div class="sect1">
<h2 id="_known_external_plugins"><a class="anchor" href="#_known_external_plugins"></a>Known external plugins</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The following plugins are developed by external communities.</p>
</div>
<div class="dlist">
<dl>
<dt class="hdlist1">Apache ActiveMQ Artemis plugin</dt>
<dd>
<p><a href="https://activemq.apache.org/components/artemis/">Apache ActiveMQ Artemis</a> ships with its own web management console, which is built on top of Hawtio with an external plugin that provides the dedicated view for Artemis brokers. You can navigate the acceptors and addresses through the console and operate on them. See <a href="https://activemq.apache.org/components/artemis/documentation/latest/management-console.html#management-console">Artemis User Manual - Management Console</a> for more information.</p>
</dd>
</dl>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_custom_plugins"><a class="anchor" href="#_custom_plugins"></a>Custom plugins</h2>
<div class="sectionbody">
<div class="paragraph">
Expand Down

0 comments on commit d95f413

Please sign in to comment.