diff --git a/docs/admin/overview.mdx b/docs/admin/overview.mdx index 688e32757..776e578b4 100644 --- a/docs/admin/overview.mdx +++ b/docs/admin/overview.mdx @@ -170,12 +170,12 @@ The following options are available: | `graphQLPlayground`| `/graphql-playground` | The GraphQL Playground. | - Reminder: - The `routes` key is defined in the _top-level_ of your [Payload Config](../configuration/overview), _outside_ the `admin` key. To customize routes in the _Admin Panel_, use [admin-level routes](#admin-level-routes) instead. + Warning: + Changing Root-level Routes _after_ your project was generated will also require you to manually update the corresponding directories in your project. For example, changing `routes.admin` will require you to rename the `(payload)/admin` directory in your project to match the new route. [More details](#project-structure). - Note: + Tip: You can easily add _new_ routes to the Admin Panel through the `endpoints` property of the Payload Config. See [Custom Endpoints](../rest-api/overview#custom-endpoints) for more information. diff --git a/docs/fields/text.mdx b/docs/fields/text.mdx index 224c3a5e8..2272a9c16 100644 --- a/docs/fields/text.mdx +++ b/docs/fields/text.mdx @@ -11,14 +11,12 @@ keywords: text, fields, config, configuration, documentation, Content Management provides the Admin panel with a simple text input. - - -{/* */} +/> ## Config