You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change the wiki_root '/wiki' to, say wiki_root '/docs', I get an error from the page actions partial "undefined local variable or method `wiki_all_path' for…"
Looks like the actual path helper is set to docs_all… is there a way to change this in config?
The text was updated successfully, but these errors were encountered:
Irwi.config.system_pages.each do |page_action, page_path| # Adding routes for system pages
get("#{wikibase}/#{page_path}", {controller: 'wiki_pages', root: wikibase}.merge(action: page_action.dup, as: "wiki_#{page_path}"))
end
Add that to routes.rb and replace 'documentation' with your path.
If I change the
wiki_root '/wiki'
to, saywiki_root '/docs'
, I get an error from the page actions partial "undefined local variable or method `wiki_all_path' for…"Looks like the actual path helper is set to docs_all… is there a way to change this in config?
The text was updated successfully, but these errors were encountered: