mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 22:17:03 +00:00
As a DX improvement in the documentation, include the release version (or Latest) in the breadcrumb header on every page. This can help readers know which release version documentation they're using. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
6 lines
110 B
HTML
6 lines
110 B
HTML
{% extends "!layout.html" %}
|
|
{% block menu %}
|
|
{% include "aversions.html" %}
|
|
{{ super() }}
|
|
{% endblock %}
|