From 076f5461e1c3943eddd9486fa7c8bf65c234cadb Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 9 Oct 2024 11:12:03 +0200 Subject: [PATCH] Add updated articles to 5 docs --- 15/umbraco-cms/SUMMARY.md | 6 ++++++ 15/umbraco-cms/release-candidate-guide.md | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/15/umbraco-cms/SUMMARY.md b/15/umbraco-cms/SUMMARY.md index 163278f2f8b..a334d019b58 100644 --- a/15/umbraco-cms/SUMMARY.md +++ b/15/umbraco-cms/SUMMARY.md @@ -25,6 +25,10 @@ * [Upgrade to Umbraco 7](fundamentals/setup/upgrading/version-specific/upgrade-to-umbraco-7.md) * [Minor upgrades for Umbraco 7](fundamentals/setup/upgrading/version-specific/minor-upgrades-for-umbraco-7.md) * [Server setup](fundamentals/setup/server-setup/README.md) +* [Backoffice](fundamentals/backoffice/README.md) + * [Property Editors](fundamentals/backoffice/property-editors/README.md) + * [Built-in Property Editors](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/README.md) + * [Image Cropper](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md) ## Implementation @@ -75,6 +79,8 @@ * [Unattended](reference/configuration/unattendedsettings.md) * [Web routing](reference/configuration/webroutingsettings.md) * [Common Pitfalls & Anti-Patterns](reference/common-pitfalls.md) +* [UmbracoMapper](reference/mapping.md) +* [Depencency Injection / IoC](reference/using-ioc.md) ## Tutorials diff --git a/15/umbraco-cms/release-candidate-guide.md b/15/umbraco-cms/release-candidate-guide.md index 0850c04adda..44daf3d1816 100644 --- a/15/umbraco-cms/release-candidate-guide.md +++ b/15/umbraco-cms/release-candidate-guide.md @@ -68,4 +68,7 @@ Here is a list of all the articles that are new to this version or have been upd * Changes made based on the removal of the UmbracoAPIController * [Common Pitfalls: Static references to scoped references](reference/common-pitfalls.md#static-references-to-scoped-instances-such-as-umbracohelper) - * [Creating a custom database table](extending/database.md) \ No newline at end of file + * [Creating a custom database table](extending/database.md) + * [Image Cropper](fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md) + * [UmbracoMapper](reference/mapping.md) + * [Depencency Injection / IoC](reference/using-ioc.md)