Updated Branches: refs/heads/master 1ea7d5a9f -> 7f3f94e60
CB-872 Stub CLI guide. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/7f3f94e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/7f3f94e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/7f3f94e6 Branch: refs/heads/master Commit: 7f3f94e60fabebbf489c0128ba73d0ec08651e09 Parents: 1ea7d5a Author: Michael Brooks <[email protected]> Authored: Tue Jun 19 14:39:02 2012 -0700 Committer: Michael Brooks <[email protected]> Committed: Tue Jun 19 14:39:02 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/command-line/index.md | 21 +++++++++++++++++++++ docs/en/edge/index.md | 4 ++++ 2 files changed, 25 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/7f3f94e6/docs/en/edge/guide/command-line/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md new file mode 100644 index 0000000..f1f742f --- /dev/null +++ b/docs/en/edge/guide/command-line/index.md @@ -0,0 +1,21 @@ +--- +license: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--- + +Command-Line Usage +================== http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/7f3f94e6/docs/en/edge/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/index.md b/docs/en/edge/index.md index 1dbe090..6ad48ea 100644 --- a/docs/en/edge/index.md +++ b/docs/en/edge/index.md @@ -80,6 +80,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one <span>Setup each SDK and create your first Cordova app.</span> </li> <li> + <h2>Command-Line Usage</h2> + <span>Create, build, deploy, and debug from the command-line.</span> + </li> + <li> <h2>Upgrading Guides</h2> <span>Upgrade an application to the latest Cordova release.</span> </li>
