From 0e888454ba6375c035ff86a9a734a0ec41d0eff0 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 13 Jul 2010 17:12:18 -0700 Subject: [PATCH] update Gollum::Wiki.new tomdoc --- lib/gollum/wiki.rb | 2 ++ 1 file changed, 2 insertions(+) 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 #