Reorganized examples in docs menu
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user