acrn-hypervisor/doc/_templates/layout.html
David B. Kinder f300d1ff77 doc: update breadcrumb to include release version
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>
2020-10-01 14:53:29 -07:00

6 lines
110 B
HTML

{% extends "!layout.html" %}
{% block menu %}
{% include "aversions.html" %}
{{ super() }}
{% endblock %}