From 38bd9650d2c9e6d429414862a949b4e1c0759e4a Mon Sep 17 00:00:00 2001 From: Thomas Walker Date: Fri, 27 Aug 2021 13:25:08 +1000 Subject: [PATCH] Add missing 's in docs pages. (#6421) --- docs/pages/docs/index.tsx | 6 +- docs/pages/updates/index.tsx | 109 ++++++++++++++++++++++++++--------- 2 files changed, 87 insertions(+), 28 deletions(-) diff --git a/docs/pages/docs/index.tsx b/docs/pages/docs/index.tsx index b20d962eca3..977fb76e921 100644 --- a/docs/pages/docs/index.tsx +++ b/docs/pages/docs/index.tsx @@ -1,5 +1,6 @@ /** @jsx jsx */ import { jsx } from '@emotion/react'; +import Link from 'next/link'; import { CommunitySlackCTA } from '../../components/docs/CommunitySlackCTA'; import { Examples } from '../../components/docs/ExamplesList'; @@ -40,7 +41,10 @@ export default function Docs() { Watch Jed's Prisma Day talk to learn about what’s driving the development of Keystone 6, and how it delivers a developer experience that combines features, flexibility, and the perfect amount of abstraction to get started fast, and grow as you learn.{' '} - Read the full transcript. + + Read the full transcript + + .
diff --git a/docs/pages/updates/index.tsx b/docs/pages/updates/index.tsx index 24ed2082eb6..4a824cc16cc 100644 --- a/docs/pages/updates/index.tsx +++ b/docs/pages/updates/index.tsx @@ -174,11 +174,14 @@ export default function WhatsNew() {

We’ve made the experience of working with Keystone’s GraphQL API easier to program and - reason about: We've written a complete guide to the - improvements we've made, and it includes a{' '} - - checklist of the steps you need to take to upgrade your Keystone projects - + reason about: We've{' '} + + written a complete guide + {' '} + to the improvements we've made, and it includes a{' '} + + checklist of the steps you need to take to upgrade your Keystone projects + .

@@ -189,15 +192,25 @@ export default function WhatsNew() { We're opening Admin UI up to support a more personal content experience. Now you can: To deliver a more productive editor experience that's aligned with the needs and brand of @@ -243,13 +256,23 @@ export default function WhatsNew() { Next.js and Tailwind, that gives you: Editors can embed audience Polls in post content, and authenticated visitors can make @@ -267,7 +290,11 @@ export default function WhatsNew() { Jed's talk at Prisma Day 2021 is a great overview into what makes Keystone special. Watch - below, or read the full transcript. + below, or{' '} + + read the full transcript + + .
We've launched our new website for Keystone 6! There’s a new home page, - and background on why Keystone is built for projects that need - to scale on their own terms. Navigating the docs is easier with breadcrumbs, index pages - for Walkthroughs, Guides, and{' '} - APIs, and a better mobile experience. We hope you like it ❤️ + and background on{' '} + + why Keystone + {' '} + is built for projects that need to scale on their own terms. Navigating the docs is easier + with breadcrumbs, index pages for{' '} + + Walkthroughs + + ,{' '} + + Guides + + , and{' '} + + APIs + + , and a better mobile experience. We hope you like it ❤️ @@ -308,19 +349,29 @@ export default function WhatsNew() { written the following guides: @@ -342,11 +393,15 @@ export default function WhatsNew() { A long awaited feature: you can now find an item by unique fields in your schema. It works for{' '} - text + + text + {' '} and{' '} - integer + + integer + {' '} fields that have isUnique: true set. @@ -388,9 +443,9 @@ export default function WhatsNew() { You can now use SQLite to store data via Prisma. It includes support for the{' '} file and cloudinary field types, and lets you{' '} - - embed Keystone inside a Next.js frontend app - + + embed Keystone inside a Next.js frontend app + .