[
https://issues.apache.org/jira/browse/CB-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15145384#comment-15145384
]
ASF GitHub Bot commented on CB-10552:
-------------------------------------
Github user sarangan12 commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/493#discussion_r52804771
--- Diff: www/_layouts/docs.html ---
@@ -183,6 +183,21 @@ <h2 class="site-toc-title">{{ page.toc_text }}</h2>
{% endif %}
+ <!-- Show warnings for special versions (i.e. non-latest, and dev)
-->
+ {% if page.note_link and page.note_link_text %}
+
+ <div class="alert alert-warning docs-alert" role="alert">
+ <button type="button" class="close" data-dismiss="alert"
aria-label="Close">
+ <span aria-hidden="true">×</span>
+ </button>
+ {{ page.note }}
+ <a href="{{ page.note_link }}">
+ {{ page.note_link_text }}
+ </a>
+ </div>
+
+ {% endif %}
--- End diff --
Done
> Pull all the plugin docs to Cordova
> -----------------------------------
>
> Key: CB-10552
> URL: https://issues.apache.org/jira/browse/CB-10552
> Project: Apache Cordova
> Issue Type: Task
> Reporter: Sarangan Rajamanickam
> Assignee: Sarangan Rajamanickam
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]