Skip to content
Snippets Groups Projects
Commit 065151a7 authored by bootstraponline's avatar bootstraponline
Browse files

Add base_path disclaimer

parent 23454f55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -413,6 +413,8 @@ By default, internal wiki links are all absolute from the root. To specify a dif
 
wiki = Gollum::Wiki.new("my-gollum-repo.git", :base_path => "/wiki")
 
Note that base_path just modifies the links. To map gollum to a non-root location, use `map` in config.ru. See [#532](https://github.com/github/gollum/issues/532).
Get the latest version of the given human or canonical page name:
 
page = wiki.page('page-name')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment