From 3afefbe5922ee7aff496a96c61ff9a5270d6a7cb Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Thu, 4 Mar 2021 11:52:33 -0500 Subject: [PATCH] chore: fix docs admin folder casing --- docs/{Admin => admin}/components.mdx | 0 docs/{Admin => admin}/customizing-css.mdx | 0 docs/{Admin => admin}/overview.mdx | 0 docs/{Admin => admin}/webpack.mdx | 0 docs/configuration/collections.mdx | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename docs/{Admin => admin}/components.mdx (100%) rename docs/{Admin => admin}/customizing-css.mdx (100%) rename docs/{Admin => admin}/overview.mdx (100%) rename docs/{Admin => admin}/webpack.mdx (100%) diff --git a/docs/Admin/components.mdx b/docs/admin/components.mdx similarity index 100% rename from docs/Admin/components.mdx rename to docs/admin/components.mdx diff --git a/docs/Admin/customizing-css.mdx b/docs/admin/customizing-css.mdx similarity index 100% rename from docs/Admin/customizing-css.mdx rename to docs/admin/customizing-css.mdx diff --git a/docs/Admin/overview.mdx b/docs/admin/overview.mdx similarity index 100% rename from docs/Admin/overview.mdx rename to docs/admin/overview.mdx diff --git a/docs/Admin/webpack.mdx b/docs/admin/webpack.mdx similarity index 100% rename from docs/Admin/webpack.mdx rename to docs/admin/webpack.mdx diff --git a/docs/configuration/collections.mdx b/docs/configuration/collections.mdx index 7cc048b90b..4000f81ae1 100644 --- a/docs/configuration/collections.mdx +++ b/docs/configuration/collections.mdx @@ -65,7 +65,7 @@ You can customize the way that the Admin panel behaves on a collection-by-collec | `defaultColumns` | Array of field names that correspond to which columns to show by default in this collection's List view. | | `disableDuplicate ` | Disables the "Duplicate" button while editing documents within this collection. | | `enableRichTextRelationship` | The [Rich Text](/docs/fields/rich-text) field features a `Relationship` element which allows for users to automatically reference related documents within their rich text. Set this field to `true` to enable the collection to be selected within it. | -| `preview` | Function to generate preview URLS within the Admin panel that can point to your app. [More](/docs/collections#preview). | +| `preview` | Function to generate preview URLS within the Admin panel that can point to your app. [More](/docs/configuration/collections#preview). | | `components` | Swap in your own React components to be used within this collection. [More](/docs/admin/components#collections) | ### Preview @@ -110,4 +110,4 @@ Hooks are a powerful way to extend collection functionality and execute your own ### Field types -Collections support all field types that Payload has to offer—including simple fields like text and checkboxes all the way to more complicated layout-building field groups like Blocks. [Click here](/docs/fields/config) to learn more about field types. +Collections support all field types that Payload has to offer—including simple fields like text and checkboxes all the way to more complicated layout-building field groups like Blocks. [Click here](/docs/fields/overview) to learn more about field types.