ok that is feature, and if takes time then can you please tell me how can i just set my one wiki page on my home page (redmine 3.x)?
I googled much for find how to set wiki page as my home page on remine version 3.2.1, but as per i get solutions changes in route.rb file.
I tried but dont seems any effect. there is any other change required in route.rb or how can I debug where is issue, because of I not know much ruby its much complicated for me how we debug and go ahead and set wiki page as home.
root :to => 'wiki#show', :project_id =>'' ,:as => 'home'
after this line added still i dont get the wiki page as per project name as default home page,
also commented below line: root :to => 'welcome#index', :as => 'home'
need to change anything else on route.rb, i dont catch where is the issue, because of i am not having knowledge its much complicated me to debug how can we set wiki page as home page in redmine 3.2.x version.
thanks.