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
3 changes: 3 additions & 0 deletions 15/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
* [Common Pitfalls & Anti-Patterns](reference/common-pitfalls.md)
* [UmbracoMapper](reference/mapping.md)
* [Depencency Injection / IoC](reference/using-ioc.md)
* [Cache & Distributed Cache](reference/cache/README.md)
* [Examples](reference/cache/examples/README.md)
* [Working with caching](reference/cache/examples/tags.md)

## Tutorials

Expand Down
1 change: 1 addition & 0 deletions 15/umbraco-cms/release-candidate-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ Here is a list of all the articles that are new to this version or have been upd
* [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)
* [Working with Caching: Tags example](reference/cache/examples/tags.md)
Loading