{% extends "base.html" %} {% set t = config.extra.i18n[config.extra.docs_lang] %} {% block announce %} {% if not config.extra.is_release %}
{{ t.banner_preview }} {{ t.banner_link }} {{ t.banner_suffix }}
{% endif %} {% set lang_path = "/zh-cn/" if config.extra.docs_lang == "zh" else "/en/" %} {% set page_path = page.url if page.url else "" %} {% set full_path = lang_path ~ config.extra.rtd_version ~ "/" ~ page_path %} {% set issue_title = "[Doc]: Feedback for `" ~ full_path ~ "`" %} {% set issue_url = "https://github.com/vllm-project/vllm-ascend/issues/new?template=100-documentation.yml&title=" ~ issue_title | urlencode %} {{ t.btn_report }} {% endblock %}