mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
501d4216c8
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. |
||
---|---|---|
_config | ||
code | ||
css | ||
docs | ||
images | ||
javascript | ||
lang | ||
templates | ||
tests | ||
thirdparty | ||
_config.php | ||
.gitignore | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
README.md |
Documentation Viewer Module
Maintainer Contact
- Will Rossiter (Nickname: willr, wrossiter) will@fullscreen.io
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.