Skip to content

Commit

Permalink
Deployment examples (keystonejs#6528)
Browse files Browse the repository at this point in the history
* Updated examples index

* Exposed example subsections, and docs parent links in nav

* Fixed links

* Update Navigation.tsx

* Fixed Noviny's suggestions

* Lint fix

Co-authored-by: Thomas Walker <bladey@me.com>
  • Loading branch information
raveling and bladey authored Sep 10, 2021
1 parent 308edc9 commit 4b8b179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/docs/GitHubExamplesCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function GitHubExamplesCTA() {
target="_blank"
rel="noopener noreferrer"
>
Keystone GitHub Repo <ArrowR />
Keystone GitHub repo <ArrowR />
</Button>
</Alert>
);
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/docs/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/** @jsx jsx */
import { jsx } from '@emotion/react';

import { Examples } from '../../components/docs/ExamplesList';
import { GitHubExamplesCTA } from '../../components/docs/GitHubExamplesCTA';
import { Type } from '../../components/primitives/Type';
import { DocsPage } from '../../components/Page';
Expand Down Expand Up @@ -43,7 +42,7 @@ export default function Docs() {

<Type as="p" look="body18" margin="1.25rem 0 1.5rem 0">
Simple starters to get you up and running with a local Keystone instance and understand the
basics of designing{' '}
basics of designing a{' '}
<Link href="/docs/apis/schema" passHref>
<a>schema</a>
</Link>{' '}
Expand Down

0 comments on commit 4b8b179

Please sign in to comment.