[CB-3827] promote CLI content on home page over Platform Guides
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/4055dfe0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/4055dfe0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/4055dfe0 Branch: refs/heads/master Commit: 4055dfe07744d8a808829a15bf12deec4eff1f3e Parents: 739899c Author: Mike Sierra <[email protected]> Authored: Thu Jul 18 12:50:09 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Jul 18 12:19:15 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4055dfe0/docs/en/edge/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/index.md b/docs/en/edge/index.md index 4a3c046..afd255f 100644 --- a/docs/en/edge/index.md +++ b/docs/en/edge/index.md @@ -26,14 +26,14 @@ license: Licensed to the Apache Software Foundation (ASF) under one <span>Start here if you are new to Cordova.</span> </li> <li> - <h2>Platform Guides</h2> - <span>Set up each SDK to create your first app.</span> - </li> - <li> <h2>The Command-line Interface</h2> <span>Create, build, and deploy from the command-line.</span> </li> <li> + <h2>Platform Guides</h2> + <span>Set up each SDK to create your first app.</span> + </li> + <li> <h2>Upgrading Guides</h2> <span>Upgrade an application to the latest release.</span> </li>
