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/artemis-website.git
commit 847a10a4f63f32550281ecb7cecddbc8bd37d23e Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Dec 5 12:16:35 2025 +0000 add docs tree 404 helper page with pointers, for old docs no longer on the site --- src/components/artemis/documentation/.htaccess | 1 + src/error/artemis-documentation-404.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/src/components/artemis/documentation/.htaccess b/src/components/artemis/documentation/.htaccess new file mode 100644 index 0000000..b97a5bc --- /dev/null +++ b/src/components/artemis/documentation/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /error/artemis-documentation-404.html diff --git a/src/error/artemis-documentation-404.html b/src/error/artemis-documentation-404.html new file mode 100644 index 0000000..3bdadee --- /dev/null +++ b/src/error/artemis-documentation-404.html @@ -0,0 +1,17 @@ +--- +layout: default_md +title: 404 Not Found +title-class: page-title-artemis +type: artemis +--- + +The Artemis documentation URL requested has not been found. + +- For the latest Artemis documentation, please see the [Documentation](https://artemis.apache.org/components/artemis/documentation/). + +- For more recent previous releases, their documentation can be found at [Past Releases](https://artemis.apache.org/components/artemis/download/past_releases). + +For even older documentation: +- User manuals can be found within the artemis-website-<version>.jar files, available at [Maven Central](https://repo1.maven.org/maven2/org/apache/activemq/artemis-website/), when opened as a zip file. + + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
