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/components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can override a set of admin panel-wide components by providing a component t
22
22
| Path | Description |
23
23
| --------------------- | -------------|
24
24
|**`Nav`**| Contains the sidebar and mobile Nav in its entirety. |
25
-
|**`BeforeDashboard`**| Array of components to inject into the built-in Dashboard, _before_ the default dashboard contents. [Demo](https://github.com/payloadcms/payload/tree/master/demo/client/components/AfterDashboard)|
25
+
|**`BeforeDashboard`**| Array of components to inject into the built-in Dashboard, _before_ the default dashboard contents. |
26
26
|**`AfterDashboard`**| Array of components to inject into the built-in Dashboard, _after_ the default dashboard contents. |
27
27
|**`BeforeLogin`**| Array of components to inject into the built-in Login, _before_ the default login form. |
28
28
|**`AfterLogin`**| Array of components to inject into the built-in Login, _after_ the default login form. |
Copy file name to clipboardExpand all lines: docs/configuration/collections.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ const Orders = {
52
52
53
53
#### More collection config examples
54
54
55
-
You can find an assortment of [example collection configs](https://github.com/payloadcms/payload/blob/master/demo/collections) in the Payload source code on GitHub.
55
+
You can find an assortment of [example collection configs](https://github.com/payloadcms/public-demo/tree/master/src/collections) in the Public Demo source code on GitHub.
Copy file name to clipboardExpand all lines: docs/configuration/globals.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ const Nav = {
50
50
}
51
51
```
52
52
53
-
#### More Global config examples
53
+
#### Global config example
54
54
55
-
You can find an assortment of [example Global configs](https://github.com/payloadcms/payload/blob/master/demo/globals) in the Payload source code on GitHub.
55
+
You can find an [example Global config](https://github.com/payloadcms/public-demo/blob/master/src/globals/MainMenu.ts) in the Public Demo source code on GitHub.
Copy file name to clipboardExpand all lines: docs/configuration/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ export default config;
89
89
90
90
#### Full example config
91
91
92
-
You can see a full [example config](https://github.com/payloadcms/payload/blob/master/demo/payload.config.ts) in the Payload source code on GitHub.
92
+
You can see a full [example config](https://github.com/payloadcms/public-demo/blob/master/src/payload.config.ts) in the Public Demo source code on GitHub.
Copy file name to clipboardExpand all lines: docs/fields/rich-text.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ Custom `Leaf` objects follow a similar pattern but require you to define the `Le
181
181
}
182
182
```
183
183
184
-
For more examples regarding how to define your own elements and leaves, check out the example [`RichText`collection](https://github.com/payloadcms/payload/blob/master/demo/collections/RichText.ts) within the Payload source code.
184
+
For more examples regarding how to define your own elements and leaves, check out the example [`RichText`field](https://github.com/payloadcms/public-demo/blob/master/src/fields/hero.ts) within the Public Demo source code.
0 commit comments