You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/overview.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The `admin` directory contains all the _pages_ related to the interface itself,
61
61
<Bannertype="success">
62
62
**Tip:** The `(payload)` folder location is flexible. You can move it to match
63
63
your application's structure by updating the `routes` and `admin.importMap`
64
-
configuration. See [Customizing Admin Panel Location](./customizing-location)
64
+
configuration. See [Customizing Admin Panel Location](./admin-panel-location)
65
65
for step-by-step instructions.
66
66
</Banner>
67
67
@@ -115,7 +115,7 @@ The following options are available:
115
115
|`suppressHydrationWarning`| If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root `<html>` tag. Defaults to `false`. |
116
116
|`theme`| Restrict the Admin Panel theme to use only one of your choice. Default is `all`. |
117
117
|`timezones`| Configure the timezone settings for the admin panel. [More details](#timezones)|
118
-
|`toast`| Customize the handling of toast messages within the Admin Panel. [More details](#toasts)|
118
+
|`toast`| Customize the handling of toast messages within the Admin Panel. [More details](#toast)|
119
119
|`user`| The `slug` of the Collection that you want to allow to login to the Admin Panel. [More details](#the-admin-user-collection). |
120
120
121
121
<Bannertype="success">
@@ -246,7 +246,7 @@ app
246
246
<Bannertype="info">
247
247
**Advanced Routing:** For complex scenarios like nesting the admin panel at
248
248
custom paths (e.g., `/admin/content`) or organizing multiple admin dashboards,
249
-
see [Customizing Admin Panel Location](./customizing-location).
249
+
see [Customizing Admin Panel Location](./admin-panel-location).
250
250
</Banner>
251
251
252
252
### Admin-level Routes
@@ -424,15 +424,15 @@ The following options are available for the `admin.toast` configuration:
424
424
425
425
### Can I move the Payload admin panel to a custom location?
426
426
427
-
Yes! Payload is flexible about where the admin panel lives. You can move it to custom routes like `/dashboard`, `/cms`, or nested paths like `/admin/content`. See [Customizing Admin Panel Location](./customizing-location) for step-by-step instructions.
427
+
Yes! Payload is flexible about where the admin panel lives. You can move it to custom routes like `/dashboard`, `/cms`, or nested paths like `/admin/content`. See [Customizing Admin Panel Location](./admin-panel-location) for step-by-step instructions.
428
428
429
429
### Which auto-generated files can I safely modify?
430
430
431
-
Most files in the `(payload)` folder are only created once and can be safely modified. Only the `importMap.js` file is regenerated automatically. See [Understanding Auto-Generated Files](./customizing-location#understanding-auto-generated-files) for a complete reference table.
431
+
Most files in the `(payload)` folder are only created once and can be safely modified. Only the `importMap.js` file is regenerated automatically. See [Understanding Auto-Generated Files](./admin-panel-location#understanding-auto-generated-files) for a complete reference table.
432
432
433
433
### Why does layout.tsx say "DO NOT MODIFY" if I need to edit it?
434
434
435
-
This warning is misleading. The `layout.tsx` file was generated during initial project setup but is never regenerated by Payload. It is safe to modify, especially when customizing your folder structure. See [About the "DO NOT MODIFY" Warning](./customizing-location#about-the-do-not-modify-warning) for details.
435
+
This warning is misleading. The `layout.tsx` file was generated during initial project setup but is never regenerated by Payload. It is safe to modify, especially when customizing your folder structure. See [About the "DO NOT MODIFY" Warning](./admin-panel-location#about-the-do-not-modify-warning) for details.
436
436
437
437
### What happens if I edit the import map file directly?
0 commit comments