Reorganized examples in docs menu

This commit is contained in:
Joe Nelson
2015-12-30 17:30:44 -08:00
parent 4b637bb54e
commit 943c38125f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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).
+1 -1
View File
@@ -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