From 943c38125f94d4baa2bd0df0841a563e89813866 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 30 Dec 2015 17:30:44 -0800 Subject: [PATCH] Reorganized examples in docs menu --- docs/examples/blog.md | 8 ++++---- mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/blog.md b/docs/examples/blog.md index 35e9c20a0..b5cbdcb2d 100644 --- a/docs/examples/blog.md +++ b/docs/examples/blog.md @@ -6,10 +6,10 @@ the posts of other authors. Anonymous users cannot edit anything but can sign up for author accounts. Authors can also post comments on articles. -This example builds off the previous one. We had previously created -a signup and login system on top of JWT. We'll use this auth system -for the blog. **Run the SQL in the previous example** first, before -continuing with this example. +This example builds off the previous previous [User Management](users/) +one. We had previously created a signup and login system on top of +JWT. We'll use this auth system for the blog. **Run the SQL in the +previous example** first, before continuing with this example. For your convenience, the complete sql for the blog demo is [here](https://github.com/begriffs/postgrest/blob/master/schema-templates/blog.sql). diff --git a/mkdocs.yml b/mkdocs.yml index 8eaaf5b5a..04eff0b40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,6 +23,6 @@ pages: - Examples: - Getting Started: examples/start.md - User Management: examples/users.md - - External Authentication: examples/external_auth.md - Multi-Tenant Blog: examples/blog.md + - External Authentication: examples/external_auth.md - Python Client: examples/python-requests-jwt.md