Skip to content

Commit

Permalink
Update the examples README (keystonejs#5810)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored May 28, 2021
1 parent 9b22ae9 commit a17e1d7
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,8 @@ You can use these as a starting point for general experimentation in a clean env
Each of the examples below demonstrates a particular feature of Keystone.
You can use these projects to learn about, and experiment with specific features.

- [`withAuth`](./with-auth): Adding password based authentication to your Keystone application.
- [`withAuth()`](./with-auth): Adding password based authentication to your Keystone application.
- [`JSON field`](./json): Using a JSON field in your Keystone application.
- Data Seeding: Coming soon
- GitHub SSO: Coming soon
- Roles: Coming soon
- Logging: Coming soon
- Custom Fields: Coming soon
- Custom Views: Coming soon
- REST APIs: Coming soon
- Validation: Coming soon
- Images: Coming soon
- Files: Coming soon
- Hooks: Coming soon
- Access Control: Coming soon
- Document Field: Coming soon
- Relationships: Coming soon
- Schema Extension: Coming soon
- Virtual Fields: Coming soon
- Default Values: Coming soon
- Select Fields: Coming soon
- Tracking Meta: Coming soon
- Next.js App: Coming soon
- Null Handling: Coming soon
- ID Fields: Coming soon
- Fields: Coming soon

## Solution Examples

The solution examples show you how to bring together all of the features of Keystone to build a complete product solution.
These examples show how the different features of Keystone work together in a more complex project.

(coming soon)

## Running examples

Expand Down

0 comments on commit a17e1d7

Please sign in to comment.