[CB-3827] Suppress empty content for Win8/WP7/WP8.
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8c1ec3f7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8c1ec3f7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8c1ec3f7 Branch: refs/heads/master Commit: 8c1ec3f7735f474ea1ae417b87cfbea19fc492d7 Parents: fb2f3e4 Author: Mike Sierra <[email protected]> Authored: Fri Jul 5 09:08:53 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Fri Jul 5 10:58:28 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/index.md | 3 --- docs/en/edge/guide/platforms/win8/config.md | 26 ------------------------ docs/en/edge/guide/platforms/wp7/config.md | 25 ----------------------- docs/en/edge/guide/platforms/wp8/config.md | 25 ----------------------- 4 files changed, 79 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8c1ec3f7/docs/en/edge/guide/platforms/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/index.md b/docs/en/edge/guide/platforms/index.md index 6b9ce33..9f6d91c 100644 --- a/docs/en/edge/guide/platforms/index.md +++ b/docs/en/edge/guide/platforms/index.md @@ -72,16 +72,13 @@ a lower-level alternative to the `cordova` command-line utility. ## Windows Phone * Windows Phone 8 Platform Guide -* Windows Phone 8 Configuration * Windows Phone 7 Platform Guide -* Windows Phone 7 Configuration * Windows Phone Command-line Tools * Upgrading Windows Phone ## Windows 8 * Windows 8 Platform Guide -* Windows 8 Configuration * Windows 8 Command-line Tools * Upgrading Windows 8 http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8c1ec3f7/docs/en/edge/guide/platforms/win8/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/win8/config.md b/docs/en/edge/guide/platforms/win8/config.md deleted file mode 100644 index dfeb618..0000000 --- a/docs/en/edge/guide/platforms/win8/config.md +++ /dev/null @@ -1,26 +0,0 @@ -<!-- -# -# 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. -# ---> - -Windows 8 Configuration -=================================== - -Windows 8 does not currently support this feature. - http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8c1ec3f7/docs/en/edge/guide/platforms/wp7/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp7/config.md b/docs/en/edge/guide/platforms/wp7/config.md deleted file mode 100644 index 23c8304..0000000 --- a/docs/en/edge/guide/platforms/wp7/config.md +++ /dev/null @@ -1,25 +0,0 @@ -<!-- -# -# 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. -# ---> - -Windows Phone 7 Configuration -=================================== - -Windows Phone 7 does not currently have any additional configurable features. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8c1ec3f7/docs/en/edge/guide/platforms/wp8/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp8/config.md b/docs/en/edge/guide/platforms/wp8/config.md deleted file mode 100644 index de0e54b..0000000 --- a/docs/en/edge/guide/platforms/wp8/config.md +++ /dev/null @@ -1,25 +0,0 @@ -<!-- -# -# 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. -# ---> - -Windows Phone 8 Configuration -=================================== - -Windows Phone 8 does not currently have any additional configurable features.
