We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86b548 commit 23d71ddCopy full SHA for 23d71dd
overrides/main.html
@@ -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