Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{#-
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
It displays a message for the non-default branch
-#}
{% extends "base.html" %}

{% block announce %}
⚠️ UI5 CLI v2 has been deprecated! We highly recommend migrating to
<a href="{{ base_url ~ '/../v3/' }}">
<strong>the latest version (v3).</strong>
<a href="{{ base_url ~ '/../stable/' }}">
<strong>the latest version.</strong>
</a>
{% endblock %}