From d95f413344cbf5c6c3b1a53f2a3ee58303c685ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 05:16:03 +0000 Subject: [PATCH] chore: deploy website --- docs/docs/overview-v3.html | 39 +++++++++++++++++++++++++++++--------- docs/docs/plugins.html | 16 ++++++++++++++++ 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/docs/docs/overview-v3.html b/docs/docs/overview-v3.html index d54b43b..98787bb 100644 --- a/docs/docs/overview-v3.html +++ b/docs/docs/overview-v3.html @@ -185,6 +185,25 @@

Hawtio v3

hawtio console + + +
+

Plugins

+
+
+

One of Hawtio’s defining features is its plugin architecture. In addition to the essential JMX functionality, the highly popular Apache Camel and Apache ActiveMQ Artemis [1] plugins are provided from the outset.

+
+
+

If you don’t find a plugin you want to use, you can easily extend the plugin yourself.

+
+
+

See Plugins for more information on the available plugins and how you can develop your own plugin.

+
+
+
+
+

The projects

+

Hawtio v3 is composed of the following projects:

@@ -198,11 +217,8 @@

Hawtio v3

-
- -
-

Hawtio React

-
+
+

Hawtio React

Repository
@@ -218,10 +234,8 @@

Hawtio React<

The built-in plugins are hosted in the project.

-
-
-

Hawtio (Standalone)

-
+
+

Hawtio (Standalone)

Repository
@@ -238,6 +252,13 @@

Haw

+
+
+
+
+1. Artemis plugin is provided only with the Artemis broker management console. It is developed by the Artemis project. +
+
diff --git a/docs/docs/plugins.html b/docs/docs/plugins.html index 84d6fdb..7095fdb 100644 --- a/docs/docs/plugins.html +++ b/docs/docs/plugins.html @@ -285,6 +285,22 @@

Built
+

Known external plugins

+
+
+

The following plugins are developed by external communities.

+
+
+
+
Apache ActiveMQ Artemis plugin
+
+

Apache ActiveMQ Artemis 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 Artemis User Manual - Management Console for more information.

+
+
+
+
+
+

Custom plugins