Skip to content

Commit b74acc4

Browse files
committed
add note on retiring docs
1 parent 73860b4 commit b74acc4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="dash-plug">
2+
<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>
3+
</p>
4+
</div>

_layouts/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ <h1>
4848
{% endunless %}
4949
{% include layouts/page-another-language.html %}
5050
{% include layouts/dashplug.html %}
51+
{% if page.language == "r" or page.language == "julia" or page.language == "fsharp" or page.permalink contains "matlab/" or page.permalink contains "ggplot2/" %}
52+
{% include layouts/docs_retirement_plug.html %}
53+
{% endif %}
5154
</div>
5255
</div>
5356
</div>

0 commit comments

Comments
 (0)