Add the start of a reference page. Also add backlinks to the index.

This commit is contained in:
Ian Gulliver
2014-06-08 01:23:42 -07:00
parent 2e36c01334
commit dfc4a661ff
6 changed files with 361 additions and 20 deletions

View File

@@ -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