febus982/mkdocs-macros-adr-summary

View on GitHub
mkdocs-overrides/main.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block outdated %}
  You're not viewing the latest version.
  <a href="{{ '../' ~ base_url }}">
    <strong>Click here to go to latest.</strong>
  </a>
{% endblock %}