diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 49a26aa1..ff4aefbc 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -43,6 +43,8 @@ module Gollum # repo - The String path to the Git repository that holds the Gollum # site. # options - Optional Hash: + # :base_path - String base path for all Wiki links. + # Default: "/" # :page_class - The page Class. Default: Gollum::Page # :file_class - The file Class. Default: Gollum::File #