Skip to content

ntd/silverstripe-autotoc

Repository files navigation

silverstripe-autotoc

License Build Status Code Quality Code Coverage Latest Stable Version

Automatically generate the table of contents from the Content of a page or, more generally, from any HTML field.

This module can be used without the CMS.

Installation

composer require entidi/silverstripe-autotoc

Manual installation is probably possible but not really tested.

Testing

Basically it boils down to the following commands:

composer update
vendor/bin/phpunit

Other documentation