Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonathan L Folland 31 posts 173 karma points
    Jan 29, 2024 @ 14:29
    Jonathan L Folland
    0

    Documentation Update Suggestions

    Is there a location for suggesting documentation updates?

    I am looking at this page related to Start-Item, https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api

    I would have expected that Start-Item would have worked with any item key. However, in looking at the code, it appears that the start item must be a root node.

    _requestedStartContent = Guid.TryParse(headerValue, out Guid key)
        ? rootContent.FirstOrDefault(c => c.Key == key)
        : rootContent.FirstOrDefault(c => c.UrlSegment(_variationContextAccessor).InvariantEquals(headerValue));
    

    This impacts on how someone might structure a site and would be valuable to know in advance.

  • Lili 5 posts 96 karma points c-trib
    Jan 31, 2024 @ 12:46
    Lili
    101

    Suggestions can be made here: https://github.com/umbraco/UmbracoDocs/issues

Please Sign in or register to post replies

Write your reply to:

Draft