Adding details and examples for Redirect URL notifications (18.1) - #8120
Conversation
|
Thanks for opening this PR! 🎉 Quick question: Does this PR include any AI-generated content? AI tools are absolutely welcome here! We only ask that you follow our AI contribution guidelines to help keep the documentation consistent and trustworthy. Drop a quick comment to let us know! |
|
A thing to note here is my IDE does not translate the GitBook syntax like |
|
The Link checker fails on this, because the build has not been released yet, therefore the links do not exist yet. It should however be correct, will have to double check when we release this |
AndyButland
left a comment
There was a problem hiding this comment.
Approving with just one comment to consider, otherwise all looks really good.
|
The Link Checker found broken links in your PR. Broken links found in: 18/umbraco-cms/extend-your-project/server-side-extensions/notifications/README.md ❌ 404 Not Found → https://apidocs.umbraco.com/v18/csharp/api/Umbraco.Cms.Core.Notifications.RedirectUrlDeletedNotification.html | Rejected status code: 404 Not Found (configurable with "accept" option) ❌ 404 Not Found → https://apidocs.umbraco.com/v18/csharp/api/Umbraco.Cms.Core.Notifications.RedirectUrlDeletingNotification.html | Rejected status code: 404 Not Found (configurable with "accept" option) ❌ 404 Not Found → https://apidocs.umbraco.com/v18/csharp/api/Umbraco.Cms.Core.Notifications.RedirectUrlSavedNotification.html | Rejected status code: 404 Not Found (configurable with "accept" option) ❌ 404 Not Found → https://apidocs.umbraco.com/v18/csharp/api/Umbraco.Cms.Core.Notifications.RedirectUrlSavingNotification.html | Rejected status code: 404 Not Found (configurable with "accept" option) |
…fications/README.md
📋 Description
A new feature has been introduced, which adds notifications to saving, saved, deleting and deleted redirects. These docs explain how to use these notifications and provide concrete examples.
📎 Related Issues (if applicable)
umbraco/Umbraco-CMS#22985
✅ Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
CMS v18.1
Deadline (if relevant)
23rd of July when the RC is due.
📚 Helpful Resources