Trac, how to organize pages hierarchically?

I use trac to manage my projects, and I would like to organize the wiki pages in the same way as the trac project does, i.e. by category, subcategory, etc. The titleIndex page on the trac site gives a good explanation of the result I want.

How do I achieve this?

+3
source share
2 answers

First of all, you can create hierarchically wiki pages by simply changing the URL and press enter. It is also possible to create wikilink first and then click the red link.

, trac http://trac.server.local/project/wiki, /customers URL- enter. , url http://trac.server.local/project/wiki/customers. Create this page. , . ,

  • http://trac.server.local/project/wiki/customers/microsoft
  • http://trac.server.local/project/wiki/customers/google
  • http://trac.server.local/project/wiki/customers/apple

, HierWikiPlugin. /wiki/customers

[[SubWiki(customers/,1)]]

. , ,

[[SubWiki(customers/,2)]]
+4

, - :

[[./SubPage]]

. , Trac ...

+1

All Articles