Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-7865] Identify the latest migrated products #1587

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1592,6 +1593,7 @@ defaults:
values:
version: 4.0
latest: true
migrated: true
- scope:
path: "enterprise-viewer/3.6"
values:
Expand Down