Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _includes/layouts/docs_retirement_plug.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="dash-plug">
<p><strong>Note:</strong> We are retiring documentation for R, MATLAB, Julia, and F# in November 2025. <a href="https://community.plotly.com/t/retire-the-documentation-for-r-matlab-julia-and-f/94147">Learn more about this change here.</a>
</p>
</div>
3 changes: 3 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ <h1>
{% 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 %}
</div>
</div>
</div>
Expand Down