From b1e5bd99620aa83fed2295c5a491fb69dc6efa20 Mon Sep 17 00:00:00 2001 From: Sean Zubrickas Date: Thu, 18 Sep 2025 17:02:18 -0400 Subject: [PATCH] docs: corrects link for experimental features topic (#13862) corrected link in `configuration/overview` for experimental features from `/experimental` to `/experimental/overview` --- docs/configuration/overview.mdx | 2 +- docs/experimental/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/overview.mdx b/docs/configuration/overview.mdx index 5b9e40260..6f62d6563 100644 --- a/docs/configuration/overview.mdx +++ b/docs/configuration/overview.mdx @@ -70,7 +70,7 @@ The following options are available: | **`admin`** | The configuration options for the Admin Panel, including Custom Components, Live Preview, etc. [More details](../admin/overview#admin-options). | | **`bin`** | Register custom bin scripts for Payload to execute. [More Details](#custom-bin-scripts). | | **`editor`** | The Rich Text Editor which will be used by `richText` fields. [More details](../rich-text/overview). | -| **`experimental`** | Configure experimental features for Payload. These may be unstable and may change or be removed in future releases. [More details](../experimental). | +| **`experimental`** | Configure experimental features for Payload. These may be unstable and may change or be removed in future releases. [More details](../experimental/overview). | | **`db`** \* | The Database Adapter which will be used by Payload. [More details](../database/overview). | | **`serverURL`** | A string used to define the absolute URL of your app. This includes the protocol, for example `https://example.com`. No paths allowed, only protocol, domain and (optionally) port. | | **`collections`** | An array of Collections for Payload to manage. [More details](./collections). | diff --git a/docs/experimental/overview.mdx b/docs/experimental/overview.mdx index ec423ce33..57bb84699 100644 --- a/docs/experimental/overview.mdx +++ b/docs/experimental/overview.mdx @@ -2,7 +2,7 @@ title: Experimental Features label: Overview order: 10 -desc: Enable and configure experimental functionality within Payload. These featuresmay be unstable and may change or be removed without notice. +desc: Enable and configure experimental functionality within Payload. These features may be unstable and may change or be removed without notice. keywords: experimental, unstable, beta, preview, features, configuration, Payload, cms, headless, javascript, node, react, nextjs ---