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 but can sign up for author accounts. Authors can also post comments
on articles. on articles.
This example builds off the previous one. We had previously created This example builds off the previous previous [User Management](users/)
a signup and login system on top of JWT. We'll use this auth system one. We had previously created a signup and login system on top of
for the blog. **Run the SQL in the previous example** first, before JWT. We'll use this auth system for the blog. **Run the SQL in the
continuing with this example. previous example** first, before continuing with this example.
For your convenience, the complete sql for the blog demo is For your convenience, the complete sql for the blog demo is
[here](https://github.com/begriffs/postgrest/blob/master/schema-templates/blog.sql). [here](https://github.com/begriffs/postgrest/blob/master/schema-templates/blog.sql).
+1 -1
View File
@@ -23,6 +23,6 @@ pages:
- Examples: - Examples:
- Getting Started: examples/start.md - Getting Started: examples/start.md
- User Management: examples/users.md - User Management: examples/users.md
- External Authentication: examples/external_auth.md
- Multi-Tenant Blog: examples/blog.md - Multi-Tenant Blog: examples/blog.md
- External Authentication: examples/external_auth.md
- Python Client: examples/python-requests-jwt.md - Python Client: examples/python-requests-jwt.md