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

Commit 96930d7

Browse files
Merge pull request #3243 from commerce-docs/v2-mftf-message
Add banner message to v2 MFTF docs
2 parents 315693a + 723f814 commit 96930d7

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)