Skip to content

Commit cdd90f9

Browse files
authored
docs: updates image paths to new screenshots (#13461)
Updates images paths for the following screenshots: - auth-overview.jpg - autosave-drafts.jpg - autosave-v3.jpg - uploads-overview.jpg - versions-v3.jpg
1 parent 8d4e7f5 commit cdd90f9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/authentication/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Users: CollectionConfig = {
3333
}
3434
```
3535

36-
![Authentication Admin Panel functionality](https://payloadcms.com/images/docs/auth-admin.jpg)
36+
![Authentication Admin Panel functionality](https://payloadcms.com/images/docs/auth-overview.jpg)
3737
_Admin Panel screenshot depicting an Admins Collection with Auth enabled_
3838

3939
## Config Options

docs/upload/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords: uploads, images, media, overview, documentation, Content Management Sy
1313
</Banner>
1414

1515
<LightDarkImage
16-
srcLight="https://payloadcms.com/images/docs/upload-admin.jpg"
17-
srcDark="https://payloadcms.com/images/docs/upload-admin.jpg"
16+
srcLight="https://payloadcms.com/images/docs/uploads-overview.jpg"
17+
srcDark="https://payloadcms.com/images/docs/uploads-overview.jpg"
1818
alt="Shows an Upload enabled collection in the Payload Admin Panel"
1919
caption="Admin Panel screenshot depicting a Media Collection with Upload enabled"
2020
/>

docs/versions/autosave.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Extending on Payload's [Draft](/docs/versions/drafts) functionality, you can con
1212
Autosave relies on Versions and Drafts being enabled in order to function.
1313
</Banner>
1414

15-
![Autosave Enabled](/images/docs/autosave-enabled.png)
15+
![Autosave Enabled](/images/docs/autosave-v3.jpg)
1616
_If Autosave is enabled, drafts will be created automatically as the document is modified and the Admin UI adds an indicator describing when the document was last saved to the top right of the sidebar._
1717

1818
## Options

docs/versions/drafts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Payload's Draft functionality builds on top of the Versions functionality to all
1414

1515
By enabling Versions with Drafts, your collections and globals can maintain _newer_, and _unpublished_ versions of your documents. It's perfect for cases where you might want to work on a document, update it and save your progress, but not necessarily make it publicly published right away. Drafts are extremely helpful when building preview implementations.
1616

17-
![Drafts Enabled](/images/docs/drafts-enabled.png)
17+
![Drafts Enabled](/images/docs/autosave-drafts.jpg)
1818
_If Drafts are enabled, the typical Save button is replaced with new actions which allow you to either save a draft, or publish your changes._
1919

2020
## Options

docs/versions/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords: version history, revisions, audit log, draft, publish, restore, autosa
1313

1414
When enabled, Payload will automatically scaffold a new Collection in your database to store versions of your document(s) over time, and the Admin UI will be extended with additional views that allow you to browse document versions, view diffs in order to see exactly what has changed in your documents (and when they changed), and restore documents back to prior versions easily.
1515

16-
![Versions](/images/docs/versions.png)
16+
![Versions](/images/docs/versions-v3.jpg)
1717
_Comparing an old version to a newer version of a document_
1818

1919
**With Versions, you can:**

0 commit comments

Comments
 (0)