diff --git a/docs/_includes/nav_footer_custom.html b/docs/_includes/nav_footer_custom.html
new file mode 100644
index 00000000..f366cb00
--- /dev/null
+++ b/docs/_includes/nav_footer_custom.html
@@ -0,0 +1,14 @@
+{%- comment -%}
+ Replaces the theme's "This site uses Just the Docs" attribution, shown at
+ the bottom of the sidebar on desktop and in the page footer on mobile.
+ _data/versions.yml exists only on the deployed gh-pages tree, where
+ bin/generate-gh-pages.sh generates it; without it (local previews of
+ the docs/ source) only the license sentence renders.
+{%- endcomment -%}
+{% if site.data.versions %}
+Documentation for mcp {{ site.data.versions | first }},
+licensed CC-BY-4.0.
+{% else %}
+Documentation licensed CC-BY-4.0.
+{% endif %}
+See LICENSE for the code.