diff --git a/_includes/layouts/docs_retirement_plug.html b/_includes/layouts/docs_retirement_plug.html new file mode 100644 index 000000000..d0f9b7efd --- /dev/null +++ b/_includes/layouts/docs_retirement_plug.html @@ -0,0 +1,4 @@ +
+

Note: We are retiring documentation for R, MATLAB, Julia, and F# in November 2025. Learn more about this change here. +

+
diff --git a/_layouts/base.html b/_layouts/base.html index 0ca3ca70e..c7ebe2ee2 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -48,6 +48,9 @@

{% endunless %} {% include layouts/page-another-language.html %} {% include layouts/dashplug.html %} + {% if page.language == "r" or page.language == "julia" or page.language == "fsharp" or page.permalink contains "matlab/" or page.permalink contains "ggplot2/" %} + {% include layouts/docs_retirement_plug.html %} + {% endif %}