{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %} {% if config.extra.version_warning %}

You are viewing documentation for Knative version: {{ config.extra.knative_version }}

Knative {{ config.extra.knative_version }} documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.

{% endif %}

👋 Welcome to the new Knative.dev! Pardon our progress, if you find any issues with this site, please submit them here!

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}