Skip to content

Commit

Permalink
Add examples to website (keystonejs#5704)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored May 28, 2021
1 parent 590bb1f commit b6a8097
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ export function Navigation() {
Custom Field Views
</NavItem>
</Section>
<Section label="Examples">
<NavItem href="/examples">Examples</NavItem>
</Section>
<Section label="API">
<SubHeading as="h4">Config</SubHeading>
<NavItem href="/apis/config">Config API</NavItem>
Expand Down
12 changes: 12 additions & 0 deletions docs/pages/examples.mdx
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>;

0 comments on commit b6a8097

Please sign in to comment.