Add the start of a reference page. Also add backlinks to the index.
This commit is contained in:
21
app.yaml
21
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
|
||||
|
||||
Reference in New Issue
Block a user