# https://github.com/gollum/gollum/wiki/Sample-config.rb
wiki_options = {
  ref: "main",
  allow_editing: false,
  css: true,
  emoji: true,
}

Precious::App.set(:wiki_options, wiki_options)
