-
Notifications
You must be signed in to change notification settings - Fork 811
Closed
Labels
category/umbraco-cmsstate/needs-more-infoWe don't have enough information to give a good replyWe don't have enough information to give a good reply
Description
What type of issue is it?
Wrong documentation
What article/section is this about?
https://docs.umbraco.com/umbraco-cms/13.latest/reference/routing/request-pipeline/icontentfinder
Describe the issue
In the section "Adding and removing IContentFinders", a code sample is provided:
builder.CreateUmbracoBuilder()
.AddBackOffice()
.AddWebsite()
.AddDeliveryApi()
.AddComposers()
.AddCustomContentFinders()
.Build();
But .AddCustomContentFinders() is not valid. There is an option for .AddContentFinder<MyContentFinder>() is that what should be listed here?
Metadata
Metadata
Assignees
Labels
category/umbraco-cmsstate/needs-more-infoWe don't have enough information to give a good replyWe don't have enough information to give a good reply