Skip to content

Commit

Permalink
[DOCS-7865] Identify the latest migrated products (#1587)
Browse files Browse the repository at this point in the history
* [DOCS-7865] Identify migrated products and add configuration
* [DOCS-7865] Update links to latest and older Application versions
* [DOCS-7865] Remove redirects for APA and Community versions
  • Loading branch information
anxumalo authored Oct 9, 2024
1 parent 8460e63 commit 94ffb99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 3 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
- /assets/img/
- /assets/js/
- /content-services/23.3/
- /content-services/community/
- /process-automation/latest/
- /governance-services/23.3/
- /governance-services/community/
---

<section class="section section-404">
Expand Down Expand Up @@ -71,9 +68,9 @@ <h2>Integrations</h2>
<h2>Applications</h2>
<ul>
<li><a href="https://support.hyland.com/search/all?filters=prodname~%2522Alfresco%2522&content-lang=en-US">Alfresco Digital Workspace 5.0 and higher</a> | <a href="https://docs.alfresco.com/digital-workspace/latest/">Older versions</a></li>
<li><a href="https://docs.alfresco.com/mobile-workspace/latest/">Alfresco Mobile Workspace 1.9</a></li>
<li><a href="https://docs.alfresco.com/content-accelerator/latest/">Alfresco Content Accelerator 4.0</a></li>
<li><a href="https://docs.alfresco.com/enterprise-viewer/latest/">Alfresco Enterprise Viewer 4.0</a></li>
<li><a href="https://support.hyland.com/search/all?filters=prodname~%2522Alfresco%2522&content-lang=en-US">Alfresco Mobile Workspace 1.10 and higher</a> | <a href="https://docs.alfresco.com/mobile-workspace/latest/">Older versions</a></li>
<li><a href="https://support.hyland.com/search/all?filters=prodname~%2522Alfresco%2522&content-lang=en-US">Alfresco Content Accelerator 4.1 and higher</a> | <a href="https://docs.alfresco.com/content-accelerator/latest/">Older versions</a></li>
<li><a href="https://support.hyland.com/search/all?filters=prodname~%2522Alfresco%2522&content-lang=en-US">Alfresco Enterprise Viewer 4.1 and higher</a> | <a href="https://docs.alfresco.com/enterprise-viewer/latest/">Older versions</a></li>
</ul>
</div>

Expand Down
10 changes: 6 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ defaults:
values:
version: 1.5

# Alfresco Mobile Workspace (AMW)
# Alfresco Mobile Workspace (AMW) - Migrated
- scope:
path: "mobile-workspace"
values:
Expand All @@ -239,7 +239,7 @@ defaults:
values:
version: 1.9
latest: true

migrated: true

# Alfresco Google Drive
- scope:
Expand Down Expand Up @@ -1542,7 +1542,7 @@ defaults:
values:
version: 2.4

# Alfresco Content Accelerator (ACA)
# Alfresco Content Accelerator (ACA) - Migrated
- scope:
path: "content-accelerator"
values:
Expand All @@ -1561,6 +1561,7 @@ defaults:
values:
version: 4.0
latest: true
migrated: true
- scope:
path: "content-accelerator/3.7"
values:
Expand All @@ -1574,7 +1575,7 @@ defaults:
values:
version: 3.5

# Alfresco Enterprise Viewer (AEV)
# Alfresco Enterprise Viewer (AEV) - Migrated
- scope:
path: "enterprise-viewer"
values:
Expand All @@ -1593,6 +1594,7 @@ defaults:
values:
version: 4.0
latest: true
migrated: true
- scope:
path: "enterprise-viewer/3.7"
values:
Expand Down

0 comments on commit 94ffb99

Please sign in to comment.