mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
- Add announcement bar with digest promo via template override - Enable tags plugin (native clickable tag navigation) - Add RSS plugin for digest feed subscription - Enable minify plugin for production HTML optimization - Add markdown extensions: highlight, inlinehilite, smartsymbols, caret, tilde, tables, footnotes, abbr, def_list - Add mkdocs-rss-plugin to requirements.txt - Fix comparison table threshold mismatch (config: 8, code: 5 → aligned to 8) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
191 B
HTML
6 lines
191 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<strong>New:</strong> <a href="./tech-digest/">Intelligence Digest</a> — AI-curated trending resources across 26 categories
|
|
{% endblock %}
|