Merge commit 'd297be2136209cab4edbcf8879520f65fb564103' into HEAD

This commit is contained in:
Bill Yi
2014-04-29 11:33:09 -07:00
822 changed files with 29350 additions and 726 deletions

View File

@@ -0,0 +1,16 @@
application: androiddevdocs
version: 1
runtime: python
api_version: 1
handlers:
- url: /gae_shell/static
static_dir: gae_shell/static
expiration: 1d
- url: /gae_shell/.*
script: /gae_shell/shell.py
login: admin
- url: .*
script: main.py

View File

@@ -303,6 +303,10 @@ redirects:
- src: /guide/appendix/install-location.html
dst: /guide/topics/data/install-location.html
type: permanent
- src: /guide/appendix/g-app-intents.html
dst: /guide/components/intents-common.html
type: permanent
comment: Redirect to new location
# new one
@@ -547,7 +551,11 @@ redirects:
type: permanent
- src: /resources/samples/.*
dst: /tools/samples/index.html
dst: /samples/index.html
type: permanent
- src: /tools/samples/index.html
dst: /samples/index.html
type: permanent
comment: Redirect to new location
@@ -561,12 +569,6 @@ redirects:
type: permanent
comment: Redirect to new location
- src: /guide/index.html
dst: /guide/components/index.html
type: permanent
comment: Redirect to new location
# ------------------- TRAINING -------------------