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 35 posts 197 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies