Author: kkolinko Date: Sat Apr 26 21:32:21 2014 New Revision: 1590302 URL: http://svn.apache.org/r1590302 Log: Move filters into their own menu section in Documentation webapp.
Modified: tomcat/trunk/webapps/docs/config/project.xml Modified: tomcat/trunk/webapps/docs/config/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/project.xml?rev=1590302&r1=1590301&r2=1590302&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/project.xml (original) +++ tomcat/trunk/webapps/docs/config/project.xml Sat Apr 26 21:32:21 2014 @@ -80,8 +80,11 @@ <item name="ClusterListener" href="cluster-listener.html"/> </menu> - <menu name="Other"> + <menu name="web.xml"> <item name="Filter" href="filter.html"/> + </menu> + + <menu name="Other"> <item name="System properties" href="systemprops.html"/> </menu> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org