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
11 changes: 10 additions & 1 deletion 15/umbraco-cms/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
## Implementation

* [Learn how Umbraco works](implementation/learn-how-umbraco-works.md)
* [Unit Testing](implementation/unit-testing.md)

## Customize the Backoffice <a href="#customizing" id="customizing"></a>
## Customize the Backoffice

* [Extend and customize the editing experience](customizing/extend-and-customize-editing-experience.md)

Expand Down Expand Up @@ -78,9 +79,17 @@
* [Type finder settings](reference/configuration/typefindersettings.md)
* [Unattended](reference/configuration/unattendedsettings.md)
* [Web routing](reference/configuration/webroutingsettings.md)
* [Querying & Models](reference/querying/README.md)
* [ITagQuery](reference/querying/itagquery.md)
* [Routing & Controllers](reference/routing/README.md)
* [Routing in Umbraco](reference/routing/request-pipeline/README.md)
* [IContentFinder](reference/routing/request-pipeline/icontentfinder.md)
* [Common Pitfalls & Anti-Patterns](reference/common-pitfalls.md)
* [UmbracoMapper](reference/mapping.md)
* [Depencency Injection / IoC](reference/using-ioc.md)
* [Management](reference/management/README.md)
* [Using Umbraco services](reference/management/using-services/README.md)
* [Content Type Service](reference/management/using-services/contenttypeservice.md)
* [Cache & Distributed Cache](reference/cache/README.md)
* [Examples](reference/cache/examples/README.md)
* [Working with caching](reference/cache/examples/tags.md)
Expand Down
7 changes: 7 additions & 0 deletions 15/umbraco-cms/release-candidate-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ Here is a list of all the articles that are new to this version or have been upd
* [UmbracoMapper](reference/mapping.md)
* [Depencency Injection / IoC](reference/using-ioc.md)
* [Working with Caching: Tags example](reference/cache/examples/tags.md)
* [Unit Testing](implementation/unit-testing.md)
* [Querying: ITagQuery](reference/querying/itagquery.md)

* Replacing the deprecated GetAll() method
* [Working with Caching: Tags example](reference/cache/examples/tags.md)
* [Using Services: ContentTypeService](reference/management/using-services/contenttypeservice.md)
* [Request Pipeline: IContentFinder](reference/routing/request-pipeline/icontentfinder.md)
Loading