Ticket #1 (closed enhancement: fixed)
Add a table of contents to the FAQ
| Reported by: | free | Owned by: | daniel |
|---|---|---|---|
| Priority: | low | Milestone: | 0.1 |
| Component: | www | Version: | 2.0 |
| Severity: | normal | Keywords: | FAQ TOC |
| Cc: | daniel@… |
Description
Hi,
it would be nice to add a table of contents to the FrequentlyAskedQuestions? wiki page. Something like:
http://projects.edgewall.com/trac/wiki/TracFaq
The RST processor can be useful for this:
http://projects.edgewall.com/trac/wiki/WikiRestructuredText
This is sample code:
{{{
#!rst
=============
64 Studio FAQ
=============
Description of the page
.. contents::
.. sectnum::
-----
Project info
============
Who?
----
You and me.
See also: `ContactsPage`:trac:
Why?
----
For this and that reason.
Developing
==========
Get involved
------------
Who to get involved
}}}
Change History
Note: See
TracTickets for help on using
tickets.
