mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
0bd844e139
On the homepage there are no searchedEntities nor searchedVersions defined, so the searchForm creates empty hiddenfields. PerformSeach creates subqueries for thes empty values resulting in the return of an 'Empty' query object. Solution: do not create these fields when there are no entities/versions |
||
---|---|---|
code | ||
css | ||
docs | ||
images | ||
javascript | ||
lang | ||
templates | ||
tests | ||
thirdparty | ||
_config.php | ||
.gitignore | ||
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.