diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 26bef0ba..df42d2f2 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -597,6 +597,9 @@ module Gollum # When false, only valid pages in the git repo are displayed. attr_reader :show_all + # Start with collapsed file view. Default: false + attr_reader :collapse_tree + # Normalize the data. # # data - The String data to be normalized.