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

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


The following commit(s) were added to refs/heads/main by this push:
     new b573f13  testing new doc scaffolding
b573f13 is described below

commit b573f13df36c3645b5cb5dd25a456630138096ba
Author: Justin Bertram <[email protected]>
AuthorDate: Sat Jan 17 11:07:08 2026 -0600

    testing new doc scaffolding
---
 src/components/artemis-console/newdocs/.htaccess        |   3 +++
 .../artemis-console/newdocs/1.5.0/images/test.png       | Bin 0 -> 80804 bytes
 src/components/artemis-console/newdocs/1.5.0/index.html |  16 ++++++++++++++++
 3 files changed, 19 insertions(+)

diff --git a/src/components/artemis-console/newdocs/.htaccess 
b/src/components/artemis-console/newdocs/.htaccess
new file mode 100644
index 0000000..359e862
--- /dev/null
+++ b/src/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/src/components/artemis-console/newdocs/1.5.0/images/test.png 
b/src/components/artemis-console/newdocs/1.5.0/images/test.png
new file mode 100644
index 0000000..8a1f5fc
Binary files /dev/null and 
b/src/components/artemis-console/newdocs/1.5.0/images/test.png differ
diff --git a/src/components/artemis-console/newdocs/1.5.0/index.html 
b/src/components/artemis-console/newdocs/1.5.0/index.html
new file mode 100644
index 0000000..a3caed9
--- /dev/null
+++ b/src/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