Skip to content

Commit 0275eeb

Browse files
committed
Remove artemis component and release content, simplify build accordingly, redirect dirs to Artemis site
1 parent bada2e4 commit 0275eeb

8,977 files changed

Lines changed: 9 additions & 5850119 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ sass:
1212
sass_dir: css/
1313

1414
collections:
15-
artemis_releases:
16-
permalink: /components/artemis/download/:name
17-
artemis_console_releases:
18-
permalink: /components/artemis-console/download/:name
1915
classic_releases:
2016
output: true
2117
permalink: /components/classic/download/:name

_config_subset_excludes.yml

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -6,66 +6,6 @@
66
exclude: [
77
vendor,
88
components/classic/documentation/maven/apidocs,
9-
components/artemis/documentation/javadocs/javadoc-latest,
109
components/cms/api_docs,
11-
components/nms/msdoc,
12-
components/artemis/documentation/1.0.0,
13-
components/artemis/documentation/1.1.0,
14-
components/artemis/documentation/1.2.0,
15-
components/artemis/documentation/1.3.0,
16-
components/artemis/documentation/1.4.0,
17-
components/artemis/documentation/1.5.0,
18-
components/artemis/documentation/1.5.1,
19-
components/artemis/documentation/1.5.2,
20-
components/artemis/documentation/1.5.3,
21-
components/artemis/documentation/1.5.4,
22-
components/artemis/documentation/1.5.5,
23-
components/artemis/documentation/1.5.6,
24-
components/artemis/documentation/2.0.0,
25-
components/artemis/documentation/2.1.0,
26-
components/artemis/documentation/2.2.0,
27-
components/artemis/documentation/2.3.0,
28-
components/artemis/documentation/2.4.0,
29-
components/artemis/documentation/2.5.0,
30-
components/artemis/documentation/2.6.0,
31-
components/artemis/documentation/2.7.0,
32-
components/artemis/documentation/2.8.0,
33-
components/artemis/documentation/2.9.0,
34-
components/artemis/documentation/2.10.0,
35-
components/artemis/documentation/2.10.1,
36-
components/artemis/documentation/2.11.0,
37-
components/artemis/documentation/2.12.0,
38-
components/artemis/documentation/2.13.0,
39-
components/artemis/documentation/2.14.0,
40-
components/artemis/documentation/2.15.0,
41-
components/artemis/documentation/2.16.0,
42-
components/artemis/documentation/2.17.0,
43-
components/artemis/documentation/2.18.0,
44-
components/artemis/documentation/2.19.0,
45-
components/artemis/documentation/2.20.0,
46-
components/artemis/documentation/2.21.0,
47-
components/artemis/documentation/2.22.0,
48-
components/artemis/documentation/2.23.1,
49-
components/artemis/documentation/2.24.0,
50-
components/artemis/documentation/2.25.0,
51-
components/artemis/documentation/2.26.0,
52-
components/artemis/documentation/2.27.1,
53-
components/artemis/documentation/2.28.0,
54-
components/artemis/documentation/2.29.0,
55-
components/artemis/documentation/2.30.0,
56-
components/artemis/documentation/2.31.0,
57-
components/artemis/documentation/2.31.1,
58-
components/artemis/documentation/2.32.0,
59-
components/artemis/documentation/2.32.0,
60-
components/artemis/documentation/2.33.0,
61-
components/artemis/documentation/2.34.0,
62-
components/artemis/documentation/2.35.0,
63-
components/artemis/documentation/2.36.0,
64-
components/artemis/documentation/2.37.0,
65-
components/artemis/documentation/2.38.0,
66-
components/artemis/documentation/2.39.0,
67-
components/artemis/documentation/2.40.0,
68-
components/artemis/documentation/2.41.0,
69-
components/artemis/documentation/2.42.0,
70-
components/artemis/documentation/2.43.0
10+
components/nms/msdoc
7111
]

src/.htaccess

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
44
RewriteRule ^camel/(.*)$ https://camel.apache.org/$1 [R=301,L]
55
RewriteRule ^nms.*$ https://activemq.apache.org/components/nms/ [R=301,L]
66
RewriteRule ^cms.*$ https://activemq.apache.org/components/cms/ [R=301,L]
7-
RewriteRule ^artemis/migration.html https://activemq.apache.org/components/artemis/migration [R=301,L]
8-
RewriteRule ^artemis/docs/(.*) https://activemq.apache.org/components/artemis/documentation/$1 [R=301,L]
9-
RewriteRule ^artemis.*$ https://activemq.apache.org/components/artemis/ [R=301,L]
7+
RewriteRule ^components/artemis-console(/?.*)$ https://artemis.apache.org/components/artemis-console$1 [R=301,L]
8+
RewriteRule ^components/artemis(/?.*)$ https://artemis.apache.org/components/artemis$1 [R=301,L]
9+
RewriteRule ^artemis/migration.html https://artemis.apache.org/components/artemis/migration [R=301,L]
10+
RewriteRule ^artemis/docs/(.*) https://artemis.apache.org/components/artemis/documentation/$1 [R=301,L]
11+
RewriteRule ^artemis.*$ https://artemis.apache.org/components/artemis/ [R=301,L]
1012
RewriteRule ^apollo.*$ https://activemq.apache.org/ [R=301,L]
1113
RewriteRule ^becoming-a-committer(.*) https://activemq.apache.org/contributing [R=301,L]
1214
RewriteRule ^how-can-i-get-help(.*) https://activemq.apache.org/support [R=301,L]

src/_artemis_console_releases/artemis-console-01-00-00.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_artemis_console_releases/artemis-console-01-01-00.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_artemis_console_releases/artemis-console-01-02-01.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_artemis_console_releases/artemis-console-01-03-00.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_artemis_console_releases/artemis-console-01-04-00.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_artemis_releases/artemis-02-14-00.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/_artemis_releases/artemis-02-15-00.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)