From 183cd9a0be2ecc5787dd9f4181e8f2dcd2343a7e Mon Sep 17 00:00:00 2001 From: James Date: Sun, 13 Nov 2022 17:41:39 -0500 Subject: [PATCH] chore: updates docs to reflect new website public images folder --- docs/admin/overview.mdx | 2 +- docs/authentication/overview.mdx | 2 +- docs/fields/array.mdx | 2 +- docs/fields/blocks.mdx | 2 +- docs/fields/rich-text.mdx | 6 +++--- docs/fields/tabs.mdx | 2 +- docs/upload/overview.mdx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/admin/overview.mdx b/docs/admin/overview.mdx index e739d1b5d5..3674de3541 100644 --- a/docs/admin/overview.mdx +++ b/docs/admin/overview.mdx @@ -14,7 +14,7 @@ The Payload Admin panel is built with Webpack, code-split, highly performant (ev The Admin panel is meant to be simple enough to give you a starting point but not bring too much complexity, so that you can easily customize it to suit the needs of your application and your editors. -![Payload's Admin panel built in React](https://payloadcms.com/images/admin.jpg) +![Payload's Admin panel built in React](https://payloadcms.com/images/docs/admin.jpg) *Screenshot of the Admin panel while editing a document from an example `AllFields` collection* diff --git a/docs/authentication/overview.mdx b/docs/authentication/overview.mdx index a5997a4a40..22b05e0f10 100644 --- a/docs/authentication/overview.mdx +++ b/docs/authentication/overview.mdx @@ -12,7 +12,7 @@ keywords: authentication, config, configuration, overview, documentation, Conten Authentication is used within the Payload Admin panel itself as well as throughout your app(s) themselves however you determine necessary. -![Authentication admin panel functionality](https://payloadcms.com/images/auth-admin.jpg) +![Authentication admin panel functionality](https://payloadcms.com/images/docs/auth-admin.jpg) *Admin panel screenshot depicting an Admins Collection with Auth enabled* **Here are some common use cases of Authentication outside of Payload's dashboard itself:** diff --git a/docs/fields/array.mdx b/docs/fields/array.mdx index 5669ad3411..6af029dd26 100644 --- a/docs/fields/array.mdx +++ b/docs/fields/array.mdx @@ -16,7 +16,7 @@ keywords: array, fields, config, configuration, documentation, Content Managemen - Navigational structures where editors can specify nav items containing pages ([relationship field](/docs/fields/relationship)), an "open in new tab" [checkbox field](/docs/fields/checkbox) - Event agenda "timeslots" where you need to specify start & end time ([date field](/docs/fields/date)), label ([text field](/docs/fields/text)), and Learn More page [relationship](/docs/fields/relationship) -![Array field in Payload admin panel](https://payloadcms.com/images/fields/array.jpg) +![Array field in Payload admin panel](https://payloadcms.com/images/docs/fields/array.jpg) *Admin panel screenshot of an Array field with a Row containing two text fields, a read-only text field and a checkbox* ### Config diff --git a/docs/fields/blocks.mdx b/docs/fields/blocks.mdx index 76617ca48c..8ff02260fa 100644 --- a/docs/fields/blocks.mdx +++ b/docs/fields/blocks.mdx @@ -16,7 +16,7 @@ keywords: blocks, fields, config, configuration, documentation, Content Manageme - A form builder tool where available block configs might be `Text`, `Select`, or `Checkbox`. - Virtual event agenda "timeslots" where a timeslot could either be a `Break`, a `Presentation`, or a `BreakoutSession`. -![Blocks field in Payload admin panel](https://payloadcms.com/images/fields/blocks.jpg) +![Blocks field in Payload admin panel](https://payloadcms.com/images/docs/fields/blocks.jpg) *Admin panel screenshot of a Blocks field type with Call to Action and Number block examples* diff --git a/docs/fields/rich-text.mdx b/docs/fields/rich-text.mdx index 96373a1d16..ede954ee8a 100644 --- a/docs/fields/rich-text.mdx +++ b/docs/fields/rich-text.mdx @@ -81,17 +81,17 @@ Set this property to `true` to hide this field's gutter within the admin panel. This allows [fields](/docs/fields/overview) to be saved as extra fields on a link inside the Rich Text Editor. When this is present, the fields will render inside a modal that can be opened by clicking the "edit" button on the link element. -![RichText link fields](https://payloadcms.com/images/fields/richText/rte-link-fields-modal.jpg) +![RichText link fields](https://payloadcms.com/images/docs/fields/richText/rte-link-fields-modal.jpg) *RichText link with custom fields* **`upload.collections[collection-name].fields`** This allows [fields](/docs/fields/overview) to be saved as meta data on an upload field inside the Rich Text Editor. When this is present, the fields will render inside a modal that can be opened by clicking the "edit" button on the upload element. -![RichText upload element](https://payloadcms.com/images/fields/richText/rte-upload-element.jpg) +![RichText upload element](https://payloadcms.com/images/docs/fields/richText/rte-upload-element.jpg) *RichText field using the upload element* -![RichText upload element modal](https://payloadcms.com/images/fields/richText/rte-upload-fields-modal.jpg) +![RichText upload element modal](https://payloadcms.com/images/docs/fields/richText/rte-upload-fields-modal.jpg) *RichText upload element modal displaying fields from the config* ### Relationship element diff --git a/docs/fields/tabs.mdx b/docs/fields/tabs.mdx index eb1a5421a5..84f924c88f 100644 --- a/docs/fields/tabs.mdx +++ b/docs/fields/tabs.mdx @@ -10,7 +10,7 @@ keywords: tabs, fields, config, configuration, documentation, Content Management The Tabs field is presentational-only and only affects the Admin panel (unless a tab is named). By using it, you can place fields within a nice layout component that separates certain sub-fields by a tabbed interface. -![Tabs field type used to separate Hero fields from Page Layout](https://payloadcms.com/images/fields/tabs/tabs.jpg) +![Tabs field type used to separate Hero fields from Page Layout](https://payloadcms.com/images/docs/fields/tabs/tabs.jpg) *Tabs field type used to separate Hero fields from Page Layout* ### Config diff --git a/docs/upload/overview.mdx b/docs/upload/overview.mdx index 537da05c04..c7511708bd 100644 --- a/docs/upload/overview.mdx +++ b/docs/upload/overview.mdx @@ -12,7 +12,7 @@ keywords: uploads, images, media, overview, documentation, Content Management Sy control. -![Upload admin panel functionality](https://payloadcms.com/images/upload-admin.jpg) +![Upload admin panel functionality](https://payloadcms.com/images/docs/upload-admin.jpg) _Admin panel screenshot depicting a Media Collection with Upload enabled_ **Here are some common use cases of Uploads:**