File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments