forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add examples to website (keystonejs#5704)
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { Markdown } from '../components/Page'; | ||
|
||
# Examples | ||
|
||
Keystone has a wide range of highly configurable features. | ||
|
||
Our [examples directory on GitHub](https://github.com/keystonejs/keystone/tree/master/examples) is a growing collection of projects you can run locally to learn more about a particular feature of Keystone. | ||
|
||
Every project comes with its own docs that explain the how and why. | ||
They're useful as a reference for best practice, and as a jumping off point when adding features to your own Keystone project. | ||
|
||
export default ({ children }) => <Markdown>{children}</Markdown>; |