zeek/doc/_templates/layout.html
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

14 lines
469 B
HTML

{% extends "!layout.html" %}
{% if READTHEDOCS and current_version %}
{% if current_version == "latest" or current_version == "stable"
or current_version == "master" or current_version == "current"
or current_version == "lts" or current_version == "LTS" %}
{% set current_version = current_version ~ " (" ~ version ~ ")" %}
{% endif %}
{% endif %}
{% block menu %}
{{ super() }}
<a href="{{pathto('genindex.html', 1)}}">Index</a>
{% endblock %}