Skip to content

Commit c6e0b61

Browse files
authored
[INTERNAL] Add message for v3 deprecation (#1259)
JIRA: CPOUI5FOUNDATION-875
1 parent e86b548 commit c6e0b61

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
99

1010

11-
> [UI5 CLI v4](https://sap.github.io/ui5-tooling/v4) is the latest and stable version 🎉
12-
>
13-
> [UI5 CLI v3](https://sap.github.io/ui5-tooling/v3) is a stable version and in maintenance mode 🚢
14-
>
15-
> [UI5 CLI v2](https://sap.github.io/ui5-tooling/v2) has been deprecated 🚫
16-
>
17-
> Please migrate your projects to [UI5 CLI v3](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/)!
11+
> ⚠️ UI5 CLI v3 has been deprecated! We highly recommend migrating to [**the latest version**](https://ui5.github.io/cli/stable/).
12+
1813

1914

2015

overrides/main.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{#-
2+
This file was initially copied from https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks
3+
It displays a message for the non-default branch
4+
-#}
5+
{% extends "base.html" %}
6+
7+
{% block announce %}
8+
⚠️ UI5 CLI v3 has been deprecated! We highly recommend migrating to
9+
<a href="{{ base_url ~ '/../stable/' }}">
10+
<strong>the latest version.</strong>
11+
</a>
12+
{% endblock %}

0 commit comments

Comments
 (0)