Fixed links and removed an old FAQ question. This closes #317.
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8e8cc946 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8e8cc946 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8e8cc946 Branch: refs/heads/cordova-website Commit: 8e8cc946f5eee840940687d4d1d37ed955f29015 Parents: 4eb6f76 Author: riknoll <rikn...@microsoft.com> Authored: Thu Aug 27 10:36:24 2015 -0700 Committer: Dmitry Blotsky <dmitry.blot...@gmail.com> Committed: Thu Aug 27 13:58:46 2015 -0700 ---------------------------------------------------------------------- www/plugins/authors.html | 2 +- www/plugins/faq.html | 6 ++---- www/static/plugins/app.js | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8e8cc946/www/plugins/authors.html ---------------------------------------------------------------------- diff --git a/www/plugins/authors.html b/www/plugins/authors.html index 896b818..fe9eda8 100644 --- a/www/plugins/authors.html +++ b/www/plugins/authors.html @@ -44,7 +44,7 @@ plugins_tab: true <li>Publish your plugin to npm using the <code>npm publish [PLUGIN DIRECTORY]</code>.</li> </ol> <h2>Are there any additional documents to assist me with plugins?</h2> - <p>Yes there are. Please take a look at <a href="/docs/en/edge/guide/hybrid/plugins/index.html" target="_blank">Plugin Development Guide</a> for a more detailed guide.</p> + <p>Yes there are. Please take a look at <a href="{{ site.baseurl }}/docs/en/edge/guide/hybrid/plugins/index.html" target="_blank">Plugin Development Guide</a> for a more detailed guide.</p> <h2>I don't like X. How can I help improve the website?</h2> <p>You can help improving this site by opening bugs on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22Registry%20Web%22" target="_blank">JIRA</a> or by sending PRs on <a href="https://github.com/apache/cordova-registry-web" target="_blank">GitHub</a>.</p> </div> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8e8cc946/www/plugins/faq.html ---------------------------------------------------------------------- diff --git a/www/plugins/faq.html b/www/plugins/faq.html index d967467..afd2521 100644 --- a/www/plugins/faq.html +++ b/www/plugins/faq.html @@ -14,18 +14,16 @@ plugins_tab: true <p>Cordova team decided to change official plugin IDs from org.apache.cordova.* to cordova-plugin-* to better fit within the npm ecosystem. Developers can install a plugin using the command <code>cordova plugin add cordova-plugin-device</code>.</p> <h2>How do I know which platforms are supported for a plugin?</h2> <p>Plugin Search displays plugins in form of cards. Each card contains important information about the plugin. Supported platforms is represented in form of platform tags. </p> - <h2>How can I identify official core plugins?</h2> - <p>Core plugins have a blue strip on the left side of their card.</p> <h2>Can I still download plugins if I'm using Cordova CLI 4.3.0 or lower?</h2> <p>Yes! You can use Cordova Plugins from the <a href="http://plugins.cordova.io/" target="_blank">old plugin registry</a>.</p> <h2>Whatâs happening to the old plugin registry?</h2> - <p>See Cordova <a href="/announcements/2015/04/21/plugins-release-and-move-to-npm.html" target="_blank">blog</a> for more details. Itâs being phased out:</p> + <p>See Cordova <a href="{{ site.baseurl }}/announcements/2015/04/21/plugins-release-and-move-to-npm.html" target="_blank">blog</a> for more details. Itâs being phased out:</p> <ul> <li> Read-only after July 15th</li> <li> End of support after October 15th</li> </ul> <h2>Are there any additional documents to assist me with plugins?</h2> - <p>Yes there are. Please take a look at <a href="/docs/en/edge/guide/cli/#link-add-plugin-features" target="_blank">Add Plugin Features</a> for a more detailed guide.</p> + <p>Yes there are. Please take a look at <a href="{{ site.baseurl }}/docs/en/edge/guide/cli/#link-add-plugin-features" target="_blank">Add Plugin Features</a> for a more detailed guide.</p> <h2>I don't like X. How can I help improve the website?</h2> <p>You can help improving this site by opening bugs on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20%22Registry%20Web%22" target="_blank">JIRA</a> or by sending PRs on <a href="https://github.com/apache/cordova-registry-web" target="_blank">GitHub</a>.</p> </div> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8e8cc946/www/static/plugins/app.js ---------------------------------------------------------------------- diff --git a/www/static/plugins/app.js b/www/static/plugins/app.js index a4d54a2..a27e5c4 100755 --- a/www/static/plugins/app.js +++ b/www/static/plugins/app.js @@ -413,8 +413,8 @@ var App = React.createClass({ </div> <div className="plugins_links"> <ul className="nav nav-justified"> - <li><a href="authors.html"><span className="glyphicon glyphicon-plus"></span><i> </i>Contribute Plugins</a></li> - <li><a href="faq.html"><span className="glyphicon glyphicon-question-sign"></span><i> </i>Plugin Help</a></li> + <li><a href="{{ site.baseurl }}/plugins/authors.html"><span className="glyphicon glyphicon-plus"></span><i> </i>Contribute Plugins</a></li> + <li><a href="{{ site.baseurl }}/plugins/faq.html"><span className="glyphicon glyphicon-question-sign"></span><i> </i>Plugin Help</a></li> <li><a href="#"><span className="glyphicon glyphicon-alert"></span><i> </i>Plugin Issue Tracker</a></li> </ul> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org