Skip to content

Commit

Permalink
Fix styles on document field demo (keystonejs#6446)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored and Nikitoring committed Sep 14, 2021
1 parent e03ca8f commit d23e10b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-ignore
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
Expand Down
1 change: 1 addition & 0 deletions docs/pages/docs/guides/document-field-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default ({ children }) => {
const headings = getHeadings(children);
return (
<DocsPage
noProse
title={'Document Fields Demo'}
description={'Try Keystone’s powerful new Document field. Experiment with its config settings in real time to shape custom editing experiences.'}
headings={[
Expand Down

0 comments on commit d23e10b

Please sign in to comment.