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 6a80cab commit 313d751Copy full SHA for 313d751
overrides/main.html
@@ -1,12 +1,12 @@
1
{#-
2
- This file was initialy copied from https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks
+ 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 v2 has been deprecated! We highly recommend migrating to
9
- <a href="{{ base_url ~ '/../v3/' }}">
10
- <strong>the latest version (v3).</strong>
+ <a href="{{ base_url ~ '/../stable/' }}">
+ <strong>the latest version.</strong>
11
</a>
12
{% endblock %}
0 commit comments