in lib/gitlab/navigation/category.rb [33:36]
def children @children ||= category.fetch(:docs, []).map { |doc| Doc.new(doc) } end