module Playbook::PbDocHelper

def get_kits

rubocop:disable Naming/AccessorMethodName
def get_kits
  menu = YAML.load_file(Playbook::Engine.root.join("app/pb_kits/playbook/data/menu.yml"))
  menu["kits"]
end