mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
doc: add header notice on latest documentation from master
The master branch is considered unstable and under development. We need to remind developers of this and refer them to the available stable release documentation. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
5c52f6fc2c
commit
eed4ef3ab8
11
doc/_templates/layout.html
vendored
11
doc/_templates/layout.html
vendored
@ -1,4 +1,15 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block document %}
|
||||
{% if not is_release %}
|
||||
<div class="admonition important">
|
||||
<p class="admonition-title">Important</p>
|
||||
<p>This is the latest documentation for the unstable development branch of
|
||||
Project ACRN (master).<br/>Use the drop-down menu on the left to select
|
||||
documentation for a stable release such as <a href="/2.7/">v2.7</a>.</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block menu %}
|
||||
{% include "aversions.html" %}
|
||||
{{ super() }}
|
||||
|
Loading…
Reference in New Issue
Block a user