class Primer::Yard::LookbookPagesBackend

def view_context

def view_context
  @view_context ||= super.tap do |vc|
    vc.singleton_class.include(LookbookDocsHelper)
  end
end