From 5000c8fa8fa079a2900dad12449e6c8fca18d9d0 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Wed, 17 Jun 2020 01:05:13 -0700 Subject: [PATCH] Prismic CMS Readme Fixes --- examples/cms-prismic/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/cms-prismic/README.md b/examples/cms-prismic/README.md index 429fb2aea7..5efb3de6ed 100644 --- a/examples/cms-prismic/README.md +++ b/examples/cms-prismic/README.md @@ -10,7 +10,7 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas Once you have access to [the environment variables you'll need](#step-5-set-up-environment-variables), deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example): -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/vercel/next.js/tree/canary/examples/cms-prismic&env=PRISMIC_API_TOKEN,PRISMIC_REPOSITORY_NAME&envDescription=Required%20to%20connect%20the%20app%20with%20Prismic&envLink=https://vercel.link/cms-prismic-env) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/vercel/next.js/tree/canary/examples/cms-prismic&env=PRISMIC_API_TOKEN,PRISMIC_REPOSITORY_NAME,PRISMIC_REPOSITORY_LOCALE&envDescription=Required%20to%20connect%20the%20app%20with%20Prismic&envLink=https://vercel.link/cms-prismic-env) ### Related examples @@ -93,11 +93,13 @@ Save the type and continue. ### Step 4. Populate Content -Go to the **Content** page, it's in the menu at the top left, then click on **Create new** and select the **author** type: +Go to the **Content** page (choose one of the icons from the left menu), then create a new **author**: - You just need **1 author document**. - Use dummy data for the text. -- For the image, you can download one from [Unsplash](https://unsplash.com/). +- For the image, you can use an image provided by Prismic or download one from [Unsplash](https://unsplash.com/). + +Then save and **publish** the author. Next, select **Post** and create a new document. @@ -179,4 +181,4 @@ To deploy your local project to Vercel, push it to GitHub/GitLab/Bitbucket and [ Alternatively, you can deploy using our template by clicking on the Deploy button below. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/vercel/next.js/tree/canary/examples/cms-prismic&env=PRISMIC_API_TOKEN,PRISMIC_REPOSITORY_NAME&envDescription=Required%20to%20connect%20the%20app%20with%20Prismic&envLink=https://vercel.link/cms-prismic-env) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/vercel/next.js/tree/canary/examples/cms-prismic&env=PRISMIC_API_TOKEN,PRISMIC_REPOSITORY_NAME,PRISMIC_REPOSITORY_LOCALE&envDescription=Required%20to%20connect%20the%20app%20with%20Prismic&envLink=https://vercel.link/cms-prismic-env) -- GitLab