{%- 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.