Trevor 501d4216c8 Fix/support dash in relative links
Currently if you go had something like this: `[Some Link](../)`
and you were in `http://devsite.dev/dev/docs/my_module/en/server-setup/location-specific/`

The parser will resolve the link as: `http://devsite.dev/dev/docs/my_module/en/server-setup/location-`

This is because the regex is only matching *Any word character (letter, number, underscore)*. I've added the dash.
2013-11-05 15:12:26 +11:00
2013-11-05 15:12:26 +11:00
2012-09-25 19:36:43 +12:00
2012-04-08 21:19:29 +12:00
2013-03-29 09:38:02 +01:00
2013-03-29 09:38:02 +01:00

Documentation Viewer Module

Build Status

Maintainer Contact

Requirements

  • SilverStripe 3.0

Summary

Reads text files from a given list of folders from your installation and provides a web interface for viewing.

To read documentation go to yoursite.com/dev/docs/

For more documentation on how to use the module please read /docs/Writing-Documentation.md (or via this in /dev/docs/sapphiredocs/Writing-Documentation in your webbrowser)

Note This module assumes you are using numeric values for your versions.

Description
No description provided
Readme 1.4 MiB
Languages
PHP 74.9%
CSS 15.8%
Scheme 5.7%
JavaScript 3.6%