Skip to content

Commit 65043b0

Browse files
authored
Merge pull request #374 from plotly/add-plotly-studio
Add Plotly Studio link to all pages
2 parents d76475c + dceb8dd commit 65043b0

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_includes/layouts/dashplug.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
{% if page.language != "javascript" or page.language != "plotly_js" %}
21
<div class="dash-plug">
3-
<p>Deploy {{ page.language | capitalize }} AI Dash apps on private Kubernetes clusters:
4-
<a href="/get-pricing/">Pricing</a>
5-
&nbsp;|&nbsp;
6-
<a href="/get-demo/">Demo</a>
7-
&nbsp;|&nbsp;
8-
<a href="/dash/">Overview</a>
9-
&nbsp;|&nbsp;
10-
<a href="/consulting-and-oem/">AI App Services</a>
2+
<p>Plotly Studio: Transform any dataset into an interactive data application in minutes with AI. <a href="https://plotly.com/studio/?utm_medium=graphing_libraries&utm_campaign=studio_early_access&utm_content=sidebar">Sign up for early access now.</a>
113
</p>
124
</div>
13-
{% endif %}
145

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>
4747
<br>
4848
{% endunless %}
4949
{% include layouts/page-another-language.html %}
50-
{% include layouts/new-to-plotly.html %}
50+
{% include layouts/dashplug.html %}
5151
</div>
5252
</div>
5353
</div>

0 commit comments

Comments
 (0)