This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/artemis-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5a63d05  Automatic Site Publish by Buildbot
5a63d05 is described below

commit 5a63d05dca2d14a5924480903abaf3df1840e4fe
Author: buildbot <[email protected]>
AuthorDate: Sat Jan 17 17:07:37 2026 +0000

    Automatic Site Publish by Buildbot
---
 output/components/artemis-console/newdocs/.htaccess     |   3 +++
 .../artemis-console/newdocs/1.5.0/images/test.png       | Bin 0 -> 80804 bytes
 .../components/artemis-console/newdocs/1.5.0/index.html |  16 ++++++++++++++++
 3 files changed, 19 insertions(+)

diff --git a/output/components/artemis-console/newdocs/.htaccess 
b/output/components/artemis-console/newdocs/.htaccess
new file mode 100644
index 0000000..359e862
--- /dev/null
+++ b/output/components/artemis-console/newdocs/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule ^latest/(.*)$ 1.5.0/$1 [L]
\ No newline at end of file
diff --git a/output/components/artemis-console/newdocs/1.5.0/images/test.png 
b/output/components/artemis-console/newdocs/1.5.0/images/test.png
new file mode 100644
index 0000000..8a1f5fc
Binary files /dev/null and 
b/output/components/artemis-console/newdocs/1.5.0/images/test.png differ
diff --git a/output/components/artemis-console/newdocs/1.5.0/index.html 
b/output/components/artemis-console/newdocs/1.5.0/index.html
new file mode 100644
index 0000000..a3caed9
--- /dev/null
+++ b/output/components/artemis-console/newdocs/1.5.0/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Hello World</title>
+</head>
+<body>
+
+<h1>Hello, World!</h1>
+<p>Welcome to my first website.</p>
+
+<img src="images/test.png" alt="A descriptive text for the image" width="500">
+
+</body>
+</html>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to