From 723f814c0987872dc7bd18f314dd21074d996073 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Fri, 28 Jul 2023 11:48:21 -0500 Subject: [PATCH] Added banner message to v2 mftf docs --- src/_includes/layout/page-header.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_includes/layout/page-header.html b/src/_includes/layout/page-header.html index 898f2fc2f7b..b2f7a0fff1b 100644 --- a/src/_includes/layout/page-header.html +++ b/src/_includes/layout/page-header.html @@ -1,6 +1,12 @@
+ {% if page.url contains "mftf/v2" %} +
+ This documentation is for version 2.0 of the framework, which supports Adobe Commerce and Magento Open Source 2.3.x. You can find documentation for version 3.0 here. See find your version if you are unsure about which version you are using. +
+ {% endif %} + {% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
The split database feature was