Ticket #2 (closed enhancement: duplicate)

Opened 4 years ago

Last modified 4 years ago

Add a table of contents to the FAQ

Reported by: free Owned by: daniel
Priority: low Milestone:
Component: www Version:
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

Changed 4 years ago by free

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.