diff --git a/app.yaml b/app.yaml index 5ccabf1..c7971c1 100644 --- a/app.yaml +++ b/app.yaml @@ -14,18 +14,27 @@ handlers: X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains -- url: /tutorial - static_files: tutorial.html - upload: tutorial.html +- url: /overview + static_files: overview.html + upload: overview.html secure: always http_headers: X-Frame-Options: DENY X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains -- url: /overview - static_files: overview.html - upload: overview.html +- url: /reference + static_files: reference.html + upload: reference.html + secure: always + http_headers: + X-Frame-Options: DENY + X-Content-Type-Options: nosniff + Strict-Transport-Security: max-age=31536000; includeSubDomains + +- url: /tutorial + static_files: tutorial.html + upload: tutorial.html secure: always http_headers: X-Frame-Options: DENY diff --git a/index.html b/index.html index d82001c..72572ee 100644 --- a/index.html +++ b/index.html @@ -30,9 +30,10 @@

Dig in

Components

diff --git a/overview.html b/overview.html index 5a307a9..00a4d41 100644 --- a/overview.html +++ b/overview.html @@ -11,7 +11,7 @@
-

Cosmopolite

+

Cosmopolite

Client/server publish/subscribe, presence and key/value storage for AppEngine