Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 723f814

Browse files
committed
Added banner message to v2 mftf docs
1 parent 315693a commit 723f814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/_includes/layout/page-header.html

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- page-header -->
22
<section class="page-intro">
33

4+
{% if page.url contains "mftf/v2" %}
5+
<div class="message-banner">
6+
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 <a href="https://developer.adobe.com/commerce/testing/functional-testing-framework/">here</a>. See <a href="https://developer.adobe.com/commerce/testing/functional-testing-framework/#find-your-framework-version">find your version</a> if you are unsure about which version you are using.
7+
</div>
8+
{% endif %}
9+
410
{% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
511
<div class="message-banner">
612
The split database feature was <a

0 commit comments

Comments
 (0)