This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new ab2885c56 AMQWEBSITE-2 eliminate use of iframe for Artemis doc landing
page
ab2885c56 is described below
commit ab2885c56c5a5706b6ef41199f9495c8831fc8f6
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Feb 25 12:41:15 2025 -0600
AMQWEBSITE-2 eliminate use of iframe for Artemis doc landing page
---
src/components/artemis/documentation/docs.md | 29 ------------------------
src/components/artemis/documentation/index.md | 32 ++++++++++++++++++++++++---
2 files changed, 29 insertions(+), 32 deletions(-)
diff --git a/src/components/artemis/documentation/docs.md
b/src/components/artemis/documentation/docs.md
deleted file mode 100644
index 7ebdf7af0..000000000
--- a/src/components/artemis/documentation/docs.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: iniframe_md
-title: ActiveMQ Artemis Documentation
-type: artemis
----
-The user documentation is available in HTML and PDF formats, select the
relevant version to view or download.
-
-#### Latest User Documentation:
-
-* [HTML](latest)
-* [PDF](latest/book.pdf)
-
-The user documentation for earlier versions are also available on the <a
href="../download/past_releases" target="_parent">past releases</a> page.
-
-#### Examples:
-
-Examples can be found in the <a
href="https://github.com/apache/activemq-artemis-examples/"
target="_parent">ActiveMQ Artemis Examples</a> repository.
-
-#### API
-
-* [HTML](javadocs/javadoc-latest)
-
-See also the JMS / Jakarta Messaging API used for the respective Artemis
clients:
-* <a href="https://jakarta.ee/specifications/messaging/2.0/apidocs/"
target="_parent">Jakarta Messaging 2.0 - javax.jms</a>
-* <a href="https://jakarta.ee/specifications/messaging/3.1/apidocs/"
target="_parent">Jakarta Messaging 3.1 - jakarta.jms</a>
-
-#### Hacking Guide
-
-* [HTML](./hacking-guide)
diff --git a/src/components/artemis/documentation/index.md
b/src/components/artemis/documentation/index.md
index 5e4ec8b22..6514569c2 100644
--- a/src/components/artemis/documentation/index.md
+++ b/src/components/artemis/documentation/index.md
@@ -1,7 +1,33 @@
---
-layout: iframe
-title: Apache ActiveMQ Artemis Documentation
-iframe: docs
+layout: default_md
+title: ActiveMQ Artemis Documentation
title-class: page-title-artemis
+type: artemis
+redirect_from:
+- /components/artemis/documentation/docs
---
+The user documentation is available in HTML and PDF formats, select the
relevant version to view or download.
+
+#### Latest User Documentation:
+
+* [HTML](latest)
+* [PDF](latest/book.pdf)
+
+The user documentation for earlier versions are also available on the <a
href="../download/past_releases">past releases</a> page.
+
+#### Examples:
+
+Examples can be found in the <a
href="https://github.com/apache/activemq-artemis-examples/">ActiveMQ Artemis
Examples</a> repository.
+
+#### API
+
+* [HTML](javadocs/javadoc-latest)
+
+See also the JMS / Jakarta Messaging API used for the respective Artemis
clients:
+* <a href="https://jakarta.ee/specifications/messaging/2.0/apidocs/">Jakarta
Messaging 2.0 - javax.jms</a>
+* <a href="https://jakarta.ee/specifications/messaging/3.1/apidocs/">Jakarta
Messaging 3.1 - jakarta.jms</a>
+
+#### Hacking Guide
+
+* [HTML](./hacking-guide)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact