Repository: cordova-docs Updated Branches: refs/heads/master d7547f24f -> bbe17d830
CB-10672: Adding latest redirects for platform guides. This closes #518 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/bbe17d83 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/bbe17d83 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/bbe17d83 Branch: refs/heads/master Commit: bbe17d830f95dc92f8177b88e5e7db5bfb95ed8f Parents: d7547f2 Author: Raghav Katyal <[email protected]> Authored: Tue Feb 23 12:36:09 2016 -0800 Committer: Raghav Katyal <[email protected]> Committed: Tue Feb 23 14:12:58 2016 -0800 ---------------------------------------------------------------------- www/_data/redirects.yml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bbe17d83/www/_data/redirects.yml ---------------------------------------------------------------------- diff --git a/www/_data/redirects.yml b/www/_data/redirects.yml index 899ddb6..fe3e09e 100644 --- a/www/_data/redirects.yml +++ b/www/_data/redirects.yml @@ -13,6 +13,14 @@ docs: - {old: "dev/guide/platforms/ios/config.html", new: "dev/config_ref/index.html"} - {old: "dev/guide/platforms/win8/packaging.html", new: "dev/guide/platforms/win8/index.html#signing-an-app"} - {old: "dev/guide/platforms/win8/win10-support.html", new: "dev/guide/platforms/win8/index.html"} + # To be uncommented when 6.x is released + #- {old: "latest/guide/platforms/android/tools.html", new: "latest/guide/platforms/android/index.html"} + #- {old: "latest/guide/platforms/android/lifecycle.html", new: "latest/guide/platforms/android/index.html#lifecycle-guide"} + #- {old: "latest/guide/platforms/android/config.html", new: "latest/config_ref/index.html"} + #- {old: "latest/guide/platforms/ios/tools.html", new: "latest/guide/platforms/ios/index.html"} + #- {old: "latest/guide/platforms/ios/config.html", new: "latest/config_ref/index.html"} + #- {old: "latest/guide/platforms/win8/packaging.html", new: "latest/guide/platforms/win8/index.html#signing-an-app"} + #- {old: "latest/guide/platforms/win8/win10-support.html", new: "latest/guide/platforms/win8/index.html"} # redirects paths relative to /docs/XX/YYY/ docs-global: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
