diff --git a/_config.yml b/_config.yml
index fd4f0f9f9f..d96d3fc0a2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -398,7 +398,7 @@ defaults:
values:
version: 3.1
latest: true
- migration: true
+ migrated: true
- scope:
path: "salesforce/3.0"
values:
@@ -549,7 +549,7 @@ defaults:
values:
version: 1.18
latest: true
- migration: true
+ migrated: true
- scope:
path: "desktop-sync/1.17"
values:
@@ -1383,7 +1383,7 @@ defaults:
values:
version: 5.0
latest: true
- migration: true
+ migrated: true
- scope:
path: "sync-service/4.0"
values:
@@ -1484,7 +1484,7 @@ defaults:
values:
version: 1.0
-# Alfresco Support Handbook
+# Alfresco Support Handbook - Migrated
- scope:
path: "support"
values:
@@ -1497,6 +1497,7 @@ defaults:
values:
version: 1.0
latest: true
+ migrated-sp: true
# Alfresco Outlook Integration
- scope:
diff --git a/_includes/migrated_banner.html b/_includes/migrated_banner.html
index 988cbe80d1..fb64395afd 100644
--- a/_includes/migrated_banner.html
+++ b/_includes/migrated_banner.html
@@ -1,5 +1,5 @@
- The latest Alfresco documentation has moved to the Hyland Documentation Portal. Click here for the latest versions:
support.hyland.com.
+ The latest Alfresco documentation has moved to the Hyland Documentation Portal. Click here for the latest versions:
support.hyland.com.
\ No newline at end of file
diff --git a/_includes/migrated_handbook.html b/_includes/migrated_handbook.html
new file mode 100644
index 0000000000..aac185bfb9
--- /dev/null
+++ b/_includes/migrated_handbook.html
@@ -0,0 +1,5 @@
+
+
+ The latest Alfresco Support Handbook has moved to Hyland Community. Click here for the latest version:
community.hyland.com, log in, and search for Alfresco Support Handbook.
+
+
\ No newline at end of file
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 426f8a93d9..b038e0eff8 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -23,8 +23,13 @@
{% assign pathElements = page.path | split: "/" %}
{% if pathElements.size >= 3 %}
+
{% if page.migrated == true or page.version == 'community' %}
{% include migrated_banner.html %}
+
+ {% elsif page.migrated-sp == true %}
+ {% include migrated_handbook.html %}
+
{% endif %}
{% endif %}