-
-
Notifications
You must be signed in to change notification settings - Fork 544
Add Dash Ads Inline #1079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dash Ads Inline #1079
Conversation
_includes/documentation_eg.html
Outdated
@@ -717,7 +721,7 @@ <h4 class="example-section-title" id="layout-options"> | |||
{% if databases %} | |||
<section class="--tutorial-section no-image" id="databases"> | |||
<header class="--section-header"><a href="#databases">Connecting to Databases</a> | |||
<div class="icon copy" data-tooltip="Click to copy direct link."> | |||
<div class="icon copy" data-tooltip="Click to copy direct lin k."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may be a typo here
_includes/documentation_eg.html
Outdated
@@ -627,6 +627,10 @@ <h4 class="example-section-title" id="layout-options"> | |||
</div> | |||
{% endif %} | |||
|
|||
{% if page.language == "python" or page.language == "r" or page.language == "javascript" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is working for me on /python and /r
for https://plot.ly/javascript the language is actually "plotly_js"
for example: https://github.com/plotly/documentation/pull/1079/files#diff-3c5b21462f63fc69d620c11747257935R501
I think this should be ready for review now. The ad is now visible on all 3 pages. |
💃 lgtm now! |
closes https://github.com/plotly/streambed/issues/11340
The ad is showing on the Python page but not the JavaScript or R page.