diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:31:44 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:31:44 -0800 |
commit | 9066cfe9886ac131c34d59ed0e2d287b0e3c0087 (patch) | |
tree | d88beb88001f2482911e3d28e43833b50e4b4e97 /docs/html/app.yaml | |
parent | d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (diff) | |
download | frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.zip frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.gz frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'docs/html/app.yaml')
-rw-r--r-- | docs/html/app.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/html/app.yaml b/docs/html/app.yaml new file mode 100644 index 0000000..9ffb775 --- /dev/null +++ b/docs/html/app.yaml @@ -0,0 +1,38 @@ +application: androidappdocs-staging +version: 1 +runtime: python +api_version: 1 + +# This file defines two mutually exclusive +# hander blocks: +# - a handler for use on a local dev_appserver +# during development or non-production doc build +# - a handler for use on a production gae +# instance. This handler requires that the +# docs files in the app have been compressed +# with divide_and_compress.py and that main.py +# and gae_shell/ are present. +# +# Only one of the handler blocks should be +# uncommented at any given time. By default, +# the development handler is exposed. + +handlers: + +# DEVELOPMENT HANDLER +# (this handler block *must* be commented +# out before pushing to a production server) +- url: / + static_dir: / + +# PRODUCTION GAE HANDLER +#- 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 |