Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 15/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion 15/umbraco-cms/release-candidate-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [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)
Loading